Skip to content

Commit

Permalink
Fix travis CI builds
Browse files Browse the repository at this point in the history
* pin json dependency to one supporting ruby <2.0
* update ruby versions to test
  • Loading branch information
grobie committed Aug 8, 2016
1 parent 0444e5e commit c63d960
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ language: ruby
rvm:
- 1.9.3
- 2.2
- 2.3.0
- jruby-19mode
- 2.3.1
- jruby-9.0.5.0
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ source 'https://rubygems.org'
gemspec

group :test do
gem 'json', Gem::Dependency.new('', '< 2.0').match?('', RUBY_VERSION) ? '< 2.0' : nil
gem 'coveralls'
gem 'rack', Gem::Dependency.new('', '< 2.2.2').match?('', RUBY_VERSION) ? '< 2.0' : nil
gem 'rack-test'
gem 'rake'
gem 'rspec'
Expand Down

0 comments on commit c63d960

Please sign in to comment.