Skip to content

Commit

Permalink
Bump to foreman_api_client 1.0.2 for ruby 3 support
Browse files Browse the repository at this point in the history
apipie-bindings 0.4.0 was bumped as it added ruby 3 support, which dropped some
URI methods such as decode/encode/escape/unescape.

See also ManageIQ/manageiq#21036
  • Loading branch information
jrafanie committed Sep 8, 2022
1 parent a22bfa8 commit c1d87b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-providers-foreman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "foreman_api_client", "~>1.0"
spec.add_dependency "foreman_api_client", "~>1.0.2"

spec.add_development_dependency "manageiq-style"
spec.add_development_dependency "simplecov", ">= 0.21.2"
Expand Down

0 comments on commit c1d87b2

Please sign in to comment.