Lock rubocop to version 0.72.0
This commit is contained in:
parent
a7566cb97a
commit
be0c1a6135
2
Gemfile
2
Gemfile
|
|
@ -56,7 +56,7 @@ group :development do
|
|||
gem 'listen', '>= 3.0.5', '< 3.2'
|
||||
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
||||
gem 'railroady'
|
||||
gem 'rubocop'
|
||||
gem 'rubocop', '0.72.0'
|
||||
gem 'rubocop-performance'
|
||||
gem 'rubocop-rails'
|
||||
gem 'solargraph'
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@ GEM
|
|||
rspec-mocks (~> 3.8.0)
|
||||
rspec-support (~> 3.8.0)
|
||||
rspec-support (3.8.2)
|
||||
rubocop (0.74.0)
|
||||
rubocop (0.72.0)
|
||||
jaro_winkler (~> 1.5.1)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.6)
|
||||
|
|
@ -280,7 +280,7 @@ DEPENDENCIES
|
|||
railroady
|
||||
rails (~> 5.2.1)
|
||||
rspec-rails
|
||||
rubocop
|
||||
rubocop (= 0.72.0)
|
||||
rubocop-performance
|
||||
rubocop-rails
|
||||
shoulda-matchers
|
||||
|
|
|
|||
Loading…
Reference in New Issue