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 e8e6857 commit 4809ef0Copy full SHA for 4809ef0
Gemfile
@@ -60,9 +60,9 @@ if RUBY_VERSION <= '1.8.7'
60
gem 'rubyzip', '< 1.0'
61
end
62
63
-unless RUBY_VERSION >= '2.4.0'
+if RUBY_VERSION >= '1.9.3' && RUBY_VERSION < '2.4.0'
64
# our current rubocop version doesnt support the json version required by Ruby 2.4
65
- gem 'rubocop', "~> 0.23.0", :platform => [:ruby_20, :ruby_21]
+ gem 'rubocop', "~> 0.23.0"
66
67
68
custom_gemfile = File.expand_path("../Gemfile-custom", __FILE__)
0 commit comments