Skip to content

Commit

Permalink
Merge pull request #14 from dreyks/bump-httparty
Browse files Browse the repository at this point in the history
bump httparty
  • Loading branch information
vergilet authored May 20, 2024
2 parents 8600745 + 7bad7d8 commit f00a72b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
monobank (1.0.1)
httparty (>= 0.21.0, < 0.22.0)
httparty (>= 0.21.0, < 0.23.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion monobank.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.files = Dir['{lib}/**/*', 'MIT-LICENSE', 'Rakefile']
spec.test_files = Dir['spec/**/*']

spec.add_dependency 'httparty', '>= 0.21.0', '< 0.22.0'
spec.add_dependency 'httparty', '>= 0.21.0', '< 0.23.0'

spec.add_development_dependency 'rake', '~> 13.0', '>= 13.0.0'
spec.add_development_dependency 'rspec', '~> 3.8', '>= 3.8.0'
Expand Down

0 comments on commit f00a72b

Please sign in to comment.