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 a13abf3 commit 86633e9Copy full SHA for 86633e9
Gemfile
@@ -13,4 +13,4 @@ gem 'webmock', '~> 3.4'
13
less_than_ruby_v27 = Gem::Version.new(RUBY_VERSION) < Gem::Version.new('2.7.0')
14
gem 'rubocop', less_than_ruby_v27 ? '~> 1.12.0' : '~> 1.67.0'
15
gem 'rubocop-packaging', '~> 0.5'
16
-gem 'rubocop-performance', '~> 1.20'
+gem 'rubocop-performance', '~> 1.20'
0 commit comments