Skip to content

Commit

Permalink
Also allow rest-client 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Jul 26, 2016
1 parent 5609340 commit 9deae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airborne.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.license = 'MIT'
s.add_runtime_dependency 'rspec', '~> 3.1'
s.add_runtime_dependency 'rest-client', '~> 1.7', '>= 1.7.3' # version 1.7.3 fixes security vulnerability https://github.com/brooklynDev/airborne/issues/41
s.add_runtime_dependency 'rest-client', '< 3.0', '>= 1.7.3'
s.add_runtime_dependency 'rack-test', '~> 0.6', '>= 0.6.2'
s.add_runtime_dependency 'activesupport', '>= 3.0'
s.add_development_dependency 'webmock', '~> 0'
Expand Down

0 comments on commit 9deae35

Please sign in to comment.