Skip to content

Commit

Permalink
Loosen faraday requirement to v1.x from v1.0.x
Browse files Browse the repository at this point in the history
We need to update faraday in order to use
the latest version of splitclient-rb so we need to
loosen the requirement in loogi_http first.

Also updates byebug to v11 for Ruby v3.3 support.
  • Loading branch information
JDutil committed Apr 3, 2024
1 parent b27c098 commit 79606b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions loogi_http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'faraday', '~> 1.0.1'
spec.add_dependency 'faraday', '~> 1.0'
spec.add_dependency 'faraday-cookie_jar', '~> 0.0.6'
spec.add_dependency 'faraday_middleware', '~> 1.0.0'

spec.add_development_dependency 'bundler', '>= 2.0'
spec.add_development_dependency 'byebug', '~> 10.0.2'
spec.add_development_dependency 'byebug', '~> 11.0'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'webmock', '~> 3.5.1'
Expand Down

0 comments on commit 79606b0

Please sign in to comment.