We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a77c8 commit 76b3ca8Copy full SHA for 76b3ca8
Gemfile
@@ -8,6 +8,5 @@ gemspec
8
gem 'rake', '~> 13'
9
gem 'rspec', '~> 3'
10
gem 'rubocop', '~> 1'
11
-gem 'rubocop-performance'
12
-gem 'rubocop-rails'
13
-gem 'rubocop-rspec'
+gem 'rubocop-performance', '~> 1.26'
+gem 'rubocop-rspec', '~> 3.7'
0 commit comments