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 d8fdb47Copy full SHA for d8fdb47
Gemfile
@@ -25,7 +25,9 @@ group :development do
25
gem "rake"
26
gem "rspec"
27
gem "pry"
28
- gem "rubocop"
+ if RUBY_VERSION > '3.2'
29
+ gem "rubocop", "~> 1.70.0"
30
+ end
31
gem "test-unit"
32
gem "logger"
33
# 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