diff --git a/CHANGELOG.md b/CHANGELOG.md index 71f56ba..d8ffe6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### next -* TODO: Replace this bullet point with an actual description of a change. +* Upgraded the `recursive-open-struct` gem to `~> 2.0` (#15) ### 2.4.5 (15 August 2024) diff --git a/grape-jwt-authentication.gemspec b/grape-jwt-authentication.gemspec index 23369ed..233ec48 100644 --- a/grape-jwt-authentication.gemspec +++ b/grape-jwt-authentication.gemspec @@ -37,6 +37,6 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'grape', '>= 1.0', '< 3.0' spec.add_runtime_dependency 'httparty', '>= 0.21' spec.add_runtime_dependency 'jwt', '~> 2.6' - spec.add_runtime_dependency 'keyless', '~> 1.1' - spec.add_runtime_dependency 'recursive-open-struct', '~> 1.1' + spec.add_runtime_dependency 'keyless', '~> 1.4' + spec.add_runtime_dependency 'recursive-open-struct', '~> 2.0' end