Skip to content

Commit

Permalink
Upgraded the recursive-open-struct gem. (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <hermann.mayer92@gmail.com>
  • Loading branch information
Jack12816 authored Oct 4, 2024
1 parent d9dba1e commit bcdfb7e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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` (#10)

### 1.2.5 (15 August 2024)

Expand Down
10 changes: 5 additions & 5 deletions pricehubble.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.7'

spec.add_runtime_dependency 'activemodel', '>= 5.2'
spec.add_runtime_dependency 'activesupport', '>= 5.2'
spec.add_runtime_dependency 'faraday', '~> 1.0'
spec.add_runtime_dependency 'faraday_middleware', '~> 1.0'
spec.add_runtime_dependency 'recursive-open-struct', '~> 1.1'
spec.add_dependency 'activemodel', '>= 5.2'
spec.add_dependency 'activesupport', '>= 5.2'
spec.add_dependency 'faraday', '~> 1.0'
spec.add_dependency 'faraday_middleware', '~> 1.0'
spec.add_dependency 'recursive-open-struct', '~> 2.0'
end

0 comments on commit bcdfb7e

Please sign in to comment.