Skip to content

Commit

Permalink
Merge pull request #149 from mycargus/upgrade-runtime-dependencies
Browse files Browse the repository at this point in the history
upgrade runtime dependencies
  • Loading branch information
sethpollack authored Mar 21, 2019
2 parents 9175995 + a948c5e commit d65b099
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
sudo: false
language: ruby
rvm:
- 2.2.3
- 2.3.1
- 2.4.1
- 2.3.3
- 2.4.2
- 2.5.3
- 2.6.0

script: bundle exec rspec spec
before_install:
Expand Down
6 changes: 3 additions & 3 deletions airborne.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.files = `git ls-files`.split("\n")
s.license = 'MIT'
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 'rspec', '~> 3.8'
s.add_runtime_dependency 'rest-client', '< 3.0', '>= 2.0.2'
s.add_runtime_dependency 'rack-test', '< 2.0', '>= 1.1.0'
s.add_runtime_dependency 'rack'
s.add_runtime_dependency 'activesupport'
s.add_development_dependency 'webmock', '~> 0'
Expand Down

0 comments on commit d65b099

Please sign in to comment.