Skip to content

Commit e18a8d1

Browse files
committed
Pin RuboCop to avoid failures due to renamed cops
In RuboCop 1.0 this will stop happening, and we'll be able to relax it to: gem 'rubocop', '~> 1.0'
1 parent d0f81df commit e18a8d1

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 @@ end
6767

6868
gem "rubyzip", '~> 1.2'
6969

70-
gem 'rubocop', "~> 0.74"
70+
gem 'rubocop', '~> 0.74.0'
7171

7272
custom_gemfile = File.expand_path("../Gemfile-custom", __FILE__)
7373
eval_gemfile custom_gemfile if File.exist?(custom_gemfile)

0 commit comments

Comments
 (0)