Skip to content

Commit

Permalink
Update oci requirement from >= 2.14, < 2.21 to >= 2.14, < 2.22
Browse files Browse the repository at this point in the history
Updates the requirements on [oci](https://docs.cloud.oracle.com/tools/ruby/latest/frames.html) to permit the latest version.

---
updated-dependencies:
- dependency-name: oci
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 0ff3b7a commit b96717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion record_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'fog-xml'
spec.add_runtime_dependency 'google-cloud-dns', '~> 0.31'
spec.add_runtime_dependency 'ns1'
spec.add_runtime_dependency 'oci', '>= 2.14', '< 2.21'
spec.add_runtime_dependency 'oci', '>= 2.14', '< 2.22'
spec.add_runtime_dependency 'ruby-limiter', '>= 1.0.1', '< 3'

spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit b96717f

Please sign in to comment.