Skip to content

Commit

Permalink
Ruby 1.8 compatibility for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jun 17, 2016
1 parent 8caf15e commit 0f6166b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby
cache: bundler
rvm:
- 1.8.7
- 1.9.3
- '2.0'
- '2.1'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
gemspec

gem 'rake', '~> 11.2.2'
gem 'rake', '~> 10.5'
gem 'test-unit', '~> 3.0.8'
gem 'ripper', :platforms => :mri_18
gem 'yajl-ruby', :platforms => :mri_18

0 comments on commit 0f6166b

Please sign in to comment.