Skip to content

Commit

Permalink
JRuby 1.8 mode?
Browse files Browse the repository at this point in the history
  • Loading branch information
nevir committed Feb 6, 2014
1 parent d9353b3 commit 3c7e9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ group :guard do
gem 'rb-notifu', '~> 0.0'
end

platforms :ruby_18 do
platforms :ruby_18, :jruby_18 do
# rest-client (via coveralls) has an unbounded requirement on mime-types.
gem 'mime-types', '~> 1.25'
end

platforms :ruby_19, :ruby_20 do
platforms :ruby_19, :ruby_20, :ruby_21 do
group :test do
# Style enforcement & linting.
gem 'rubocop', '~> 0.18'
Expand Down

0 comments on commit 3c7e9cc

Please sign in to comment.