Lock rubocop to version 0.72.0

This commit is contained in:
Thor77 2019-09-14 10:15:03 +02:00 committed by Malaber
parent a7566cb97a
commit be0c1a6135
2 changed files with 3 additions and 3 deletions

View File

@ -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'

View File

@ -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