Skip to content

Commit 3fb0e52

Browse files
committed
Fix typo in Gemfile
1 parent 914ba38 commit 3fb0e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if RUBY_VERSION <= '1.8.7'
6767
end
6868

6969
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
70+
# our current rubocop version doesn't support the json version required by Ruby 2.4
7171
# our rails rubocop setup only supports 2.0 and 2.1
7272
gem 'rubocop', "~> 0.23.0"
7373
end

0 commit comments

Comments
 (0)