Skip to content

Commit 3f175d2

Browse files
committed
Avoid too much failures on Rubocop cop changes
This is the same version as: https://github.com/rspec/rspec-expectations/blob/master/Gemfile#L65 Related: rspec/rspec-dev#222 (comment)
1 parent 00d33fa commit 3f175d2

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
@@ -57,7 +57,7 @@ end
5757

5858
gem "rubyzip", '~> 1.2'
5959

60-
gem 'rubocop'
60+
gem 'rubocop', "~> 0.52.1"
6161

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

0 commit comments

Comments
 (0)