mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 19:09:07 +01:00
Merge pull request #1167 from Retrospring/dependabot/bundler/rubocop-rails-2.19.0
This commit is contained in:
commit
937d532069
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -91,7 +91,7 @@ group :development, :test do
|
||||||
gem "rspec-rails", "~> 6.0"
|
gem "rspec-rails", "~> 6.0"
|
||||||
gem "rspec-sidekiq", "~> 3.0", require: false
|
gem "rspec-sidekiq", "~> 3.0", require: false
|
||||||
gem "rubocop", "~> 1.49"
|
gem "rubocop", "~> 1.49"
|
||||||
gem "rubocop-rails", "~> 2.18"
|
gem "rubocop-rails", "~> 2.19"
|
||||||
gem "shoulda-matchers", "~> 5.3"
|
gem "shoulda-matchers", "~> 5.3"
|
||||||
gem "simplecov", require: false
|
gem "simplecov", require: false
|
||||||
gem "simplecov-cobertura", require: false
|
gem "simplecov-cobertura", require: false
|
||||||
|
|
|
@ -391,7 +391,7 @@ GEM
|
||||||
unicode-display_width (>= 2.4.0, < 3.0)
|
unicode-display_width (>= 2.4.0, < 3.0)
|
||||||
rubocop-ast (1.28.0)
|
rubocop-ast (1.28.0)
|
||||||
parser (>= 3.2.1.0)
|
parser (>= 3.2.1.0)
|
||||||
rubocop-rails (2.18.0)
|
rubocop-rails (2.19.0)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
rubocop (>= 1.33.0, < 2.0)
|
rubocop (>= 1.33.0, < 2.0)
|
||||||
|
@ -542,7 +542,7 @@ DEPENDENCIES
|
||||||
rspec-rails (~> 6.0)
|
rspec-rails (~> 6.0)
|
||||||
rspec-sidekiq (~> 3.0)
|
rspec-sidekiq (~> 3.0)
|
||||||
rubocop (~> 1.49)
|
rubocop (~> 1.49)
|
||||||
rubocop-rails (~> 2.18)
|
rubocop-rails (~> 2.19)
|
||||||
rubyzip (~> 2.3)
|
rubyzip (~> 2.3)
|
||||||
sanitize
|
sanitize
|
||||||
sassc-rails
|
sassc-rails
|
||||||
|
|
Loading…
Reference in a new issue