Merge pull request #1432 from Retrospring/dependabot/bundler/rubocop-rails-2.22.1
This commit is contained in:
commit
23e4f34935
2
Gemfile
2
Gemfile
|
@ -93,7 +93,7 @@ group :development, :test do
|
|||
gem "rspec-rails", "~> 6.0"
|
||||
gem "rspec-sidekiq", "~> 4.0", require: false
|
||||
gem "rubocop", "~> 1.57"
|
||||
gem "rubocop-rails", "~> 2.21"
|
||||
gem "rubocop-rails", "~> 2.22"
|
||||
gem "shoulda-matchers", "~> 5.3"
|
||||
gem "simplecov", require: false
|
||||
gem "simplecov-cobertura", require: false
|
||||
|
|
|
@ -414,9 +414,9 @@ GEM
|
|||
rubocop-ast (>= 1.28.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.29.0)
|
||||
rubocop-ast (1.30.0)
|
||||
parser (>= 3.2.1.0)
|
||||
rubocop-rails (2.21.2)
|
||||
rubocop-rails (2.22.1)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 1.33.0, < 2.0)
|
||||
|
@ -571,7 +571,7 @@ DEPENDENCIES
|
|||
rspec-rails (~> 6.0)
|
||||
rspec-sidekiq (~> 4.0)
|
||||
rubocop (~> 1.57)
|
||||
rubocop-rails (~> 2.21)
|
||||
rubocop-rails (~> 2.22)
|
||||
rubyzip (~> 2.3)
|
||||
sanitize
|
||||
sassc-rails
|
||||
|
|
Loading…
Reference in New Issue