Skip to content

Commit

Permalink
Merge pull request #21 from fishbrain/dependabot/bundler/http-gte-4.4…
Browse files Browse the repository at this point in the history
…-and-lt-6.0

Update http requirement from ~> 4.4 to >= 4.4, < 6.0
  • Loading branch information
lhansford authored Sep 30, 2024
2 parents ca043fc + 2b40091 commit 8194473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tarpon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = '>= 2.7'

spec.add_dependency 'http', '~> 4.4'
spec.add_dependency 'http', '>= 4.4', '< 6.0'

spec.add_development_dependency 'factory_bot', '~> 6.2' # rubocop:disable Gemspec/DevelopmentDependencies
spec.add_development_dependency 'rake', '~> 13.0' # rubocop:disable Gemspec/DevelopmentDependencies
Expand Down

0 comments on commit 8194473

Please sign in to comment.