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 914ba38 commit 3fb0e52Copy full SHA for 3fb0e52
Gemfile
@@ -67,7 +67,7 @@ if RUBY_VERSION <= '1.8.7'
67
end
68
69
if RUBY_VERSION >= '2.0.0' && RUBY_VERSION < '2.2.0'
70
- # our current rubocop version doesnt support the json version required by Ruby 2.4
+ # our current rubocop version doesn't support the json version required by Ruby 2.4
71
# our rails rubocop setup only supports 2.0 and 2.1
72
gem 'rubocop', "~> 0.23.0"
73
0 commit comments