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 e3b40e2 commit 16c0362Copy full SHA for 16c0362
Gemfile
@@ -25,7 +25,7 @@ group :development do
25
gem "rake"
26
gem "rspec"
27
gem "pry"
28
- gem "rubocop"
+ gem "rubocop", "~> 1.70.0" if RUBY_VERSION > "3.2"
29
gem "test-unit"
30
gem "logger"
31
# Explicitly add webrick because it has been removed from stdlib in Ruby 3.0
Gemfile.lock
@@ -187,7 +187,7 @@ DEPENDENCIES
187
rackup
188
rake
189
rspec
190
- rubocop
+ rubocop (~> 1.70.0)
191
simplecov!
192
test-unit
193
webrick
0 commit comments