8000
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 bd5cb7d commit 811504bCopy full SHA for 811504b
Gemfile
@@ -43,7 +43,7 @@ end
43
group :development, :test do
44
gem 'factory_bot_rails'
45
gem 'rspec-rails', '~> 4.0'
46
- gem 'rubocop', '1.9.0'
+ gem 'rubocop', '1.9.1'
47
gem 'rubocop-rails', '~> 2.4'
48
gem 'rubocop-rspec', '~> 2.0'
49
end
Gemfile.lock
@@ -251,7 +251,7 @@ GEM
251
rspec-mocks (~> 3.10)
252
rspec-support (~> 3.10)
253
rspec-support (3.10.0)
254
- rubocop (1.9.0)
+ rubocop (1.9.1)
255
parallel (~> 1.10)
256
parser (>= 3.0.0.0)
257
rainbow (>= 2.2.2, < 4.0)
@@ -346,7 +346,7 @@ DEPENDENCIES
346
rack-throttle
347
rails (~> 6.0.0)
348
rspec-rails (~> 4.0)
349
- rubocop (= 1.9.0)
+ rubocop (= 1.9.1)
350
rubocop-rails (~> 2.4)
351
rubocop-rspec (~> 2.0)
352
sassc-rails (~> 2.1)
0 commit comments