Skip to content

Commit f7c3c37

Browse files
committed
Remove rubocop from 1.9.2
1 parent 7214d63 commit f7c3c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
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)