Skip to content

Commit 79c78c2

Browse files
authored
Remove rubocop from 1.9.2 (#1771)
1 parent 9106441 commit 79c78c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ if RUBY_VERSION <= '1.8.7'
5858
end
5959

6060
unless RUBY_VERSION >= '2.4.0'
61-
# our current rubocop version doesnt support the json version
62-
gem 'rubocop', "~> 0.23.0", :platform => [:ruby_19, :ruby_20, :ruby_21]
61+
# our current rubocop version doesnt support the json version required by Ruby 2.4
62+
gem 'rubocop', "~> 0.23.0", :platform => [:ruby_20, :ruby_21]
6363
end
6464

6565
custom_gemfile = File.expand_path("../Gemfile-custom", __FILE__)

0 commit comments

Comments
 (0)