We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f82068 commit 4196b7bCopy full SHA for 4196b7b
Gemfile
@@ -15,6 +15,8 @@ group :tests do
15
# load a rubocop version that works on java for the Rakefile
16
gem 'parser', '2.3.3.1'
17
gem 'rubocop', '0.41.2'
18
+ # JRuby 1.7 does not like json 2.3.0, jruby 9.1.9.0 has RUBY_VERSION == '2.3.3'
19
+ gem 'json', '2.2.0' if Gem::Version.new(RUBY_VERSION) <= Gem::Version.new('2.3.0')
20
elsif Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.2.0')
21
gem 'rubocop', '0.57.2'
22
# the last version of parallel to support ruby 2.1
0 commit comments