Skip to content

Commit

Permalink
Keep support for Ruby < 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Jul 26, 2016
1 parent 04df221 commit bb6c7ba
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 @@ -11,6 +11,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rspec', '~> 3.1'
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_runtime_dependency 'activesupport', '< 5.0', '>= 3.0'
s.add_development_dependency 'webmock', '~> 0'
end

0 comments on commit bb6c7ba

Please sign in to comment.