Skip to content

Commit

Permalink
Merge pull request #10 from voxmedia/faraday-0.12
Browse files Browse the repository at this point in the history
Faraday 0.12
  • Loading branch information
jamiemccarthy authored May 24, 2021
2 parents 1312a2e + 1c390a5 commit ab2dae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions breakers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'breakers'
spec.version = '1.0.0'
spec.version = '1.0.1'
spec.authors = ['Aubrey Holland']
spec.email = ['[email protected]']

Expand All @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'faraday', ['>= 0.7.4', '< 0.12']
spec.add_dependency 'faraday', '>= 0.7.4'
spec.add_dependency 'multi_json', '~> 1.0'

spec.add_development_dependency 'bundler', '~> 1.0'
Expand Down

0 comments on commit ab2dae7

Please sign in to comment.