Skip to content

Commit 7c11d0f

Browse files
committed
Update vault-ruby dependency to ~> 0.20
Updated the vault gem dependency from ~> 0.19 to ~> 0.20 to use the newly released vault-ruby 0.20.0.
1 parent 3691b8c commit 7c11d0f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ BREAKING CHANGES
99

1010
IMPROVEMENTS
1111

12+
- Updated vault-ruby dependency from ~> 0.19 to ~> 0.20
1213
- Restored Rails version matrix testing in CI (was accidentally dropped during CircleCI to GitHub Actions migration)
1314
- Updated CI to test currently supported Rails versions: 7.2, 8.0, 8.1
1415
- Updated CI to test Ruby versions: 3.2, 3.3, 3.4, 4.0

vault.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.required_ruby_version = ">= 3.2"
2121

2222
s.add_dependency "activesupport", ">= 7.0"
23-
s.add_dependency "vault", "~> 0.19"
23+
s.add_dependency "vault", "~> 0.20"
2424
# mutex_m was removed from Ruby's default gems in 3.4.0
2525
s.add_dependency "mutex_m"
2626
# bigdecimal was removed from Ruby's default gems in 3.4.0

0 commit comments

Comments
 (0)