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 c2b493c commit f962869
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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` (#5)

### 1.3.5 (15 August 2024)

Expand Down
8 changes: 4 additions & 4 deletions keyless.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.7'

spec.add_runtime_dependency 'activesupport', '>= 5.2'
spec.add_runtime_dependency 'httparty', '>= 0.21'
spec.add_runtime_dependency 'jwt', '~> 2.6'
spec.add_runtime_dependency 'recursive-open-struct', '~> 1.1'
spec.add_dependency 'activesupport', '>= 5.2'
spec.add_dependency 'httparty', '>= 0.21'
spec.add_dependency 'jwt', '~> 2.6'
spec.add_dependency 'recursive-open-struct', '~> 2.0'
end

0 comments on commit f962869

Please sign in to comment.