Skip to content

Commit

Permalink
Upgraded the recursive-open-struct gem.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <hermann.mayer92@gmail.com>
  • Loading branch information
Jack12816 committed Oct 4, 2024
1 parent 6d59144 commit 62e38fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
4 changes: 2 additions & 2 deletions grape-jwt-authentication.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 62e38fc

Please sign in to comment.