Skip to content

Commit

Permalink
chore: updated pessimistic version lock for oci gem
Browse files Browse the repository at this point in the history
* updated pessimistic versioning lock for oci gem

---------

Co-authored-by: dk034615 <[email protected]>
  • Loading branch information
davidjkling and dk034615 authored Dec 18, 2024
1 parent 8655ce7 commit f94cd1b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# kitchen-oci CHANGELOG

# 1.24.0
- feat: change pessimistic lock on oci gem to just `~> 2.18`

# 1.23.0
- feat: add `capacity_reservation_id` for compute shapes

Expand Down
2 changes: 1 addition & 1 deletion kitchen-oci.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.executables = []
spec.require_paths = ["lib"]

spec.add_dependency "oci", "~> 2.18.0"
spec.add_dependency "oci", "~> 2.18"
spec.add_dependency "test-kitchen"

spec.add_development_dependency "bundler"
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/oci_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
module Kitchen
module Driver
# Version string for Oracle OCI Kitchen driver
OCI_VERSION = "1.23.0"
OCI_VERSION = "1.24.0"
end
end

0 comments on commit f94cd1b

Please sign in to comment.