Skip to content

Commit

Permalink
Allow faraday 1.0 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkon authored Jan 14, 2020
1 parent dad714e commit 07e0532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api_valve.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
# Describe your gem and declare its dependencies:
Gem::Specification.new do |s|
s.name = 'api_valve'
s.version = ENV.fetch 'VERSION', '0.7.3'
s.version = ENV.fetch 'VERSION', '0.7.4'
s.authors = ['mkon']
s.email = ['[email protected]']
s.homepage = 'https://github.com/mkon/api_valve'
Expand All @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.files = Dir['lib/**/*', 'README.md']

s.add_dependency 'activesupport', '>= 5', '< 7'
s.add_dependency 'faraday', '~> 0.14'
s.add_dependency 'faraday', '>= 0.14', '< 2'
s.add_dependency 'multi_json', '~> 1.13'
s.add_dependency 'rack', '~> 2'

Expand Down

0 comments on commit 07e0532

Please sign in to comment.