Skip to content

Commit

Permalink
Revert the rake change for JRuby
Browse files Browse the repository at this point in the history
Resource API still needs to support JRuby 1.7 until EOL of the PE
versions shipping it.
  • Loading branch information
DavidS committed Jun 10, 2020
1 parent 318eced commit 4f1e514
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 @@ -11,8 +11,8 @@ group :tests do
# rubocop 0.58 throws when testing against ruby 2.1, so pin to the latest,
# unless we're dealing with jruby...
if RUBY_PLATFORM == 'java'
# load a rake version that works on java
gem 'rake', '~> 13.0'
# load a rake version that works on old JRuby versions
gem 'rake', '~> 10.0'
# load a rubocop version that works on java for the Rakefile
gem 'parser', '2.3.3.1'
gem 'rubocop', '0.41.2'
Expand Down

0 comments on commit 4f1e514

Please sign in to comment.