Skip to content

Commit

Permalink
Update oci-ruby-sdk to only update patch versions
Browse files Browse the repository at this point in the history
oci-ruby-sdk doesn't follow semver and will introduce breaking changes
in minor versions.
  • Loading branch information
agrare committed Oct 10, 2023
1 parent 8018b68 commit 7c3c421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-providers-oracle_cloud.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 "oci", "~> 2.19"
spec.add_dependency "oci", "~> 2.19.0"

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

0 comments on commit 7c3c421

Please sign in to comment.