mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:29:53 +01:00
Bump rubocop-rails from 2.23.1 to 2.24.0
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.23.1 to 2.24.0. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.23.1...v2.24.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f0569cc247
commit
2364a27e14
2 changed files with 6 additions and 6 deletions
2
Gemfile
2
Gemfile
|
@ -95,7 +95,7 @@ group :development, :test do
|
||||||
gem "rspec-rails", "~> 6.1"
|
gem "rspec-rails", "~> 6.1"
|
||||||
gem "rspec-sidekiq", "~> 4.1", require: false
|
gem "rspec-sidekiq", "~> 4.1", require: false
|
||||||
gem "rubocop", "~> 1.60"
|
gem "rubocop", "~> 1.60"
|
||||||
gem "rubocop-rails", "~> 2.23"
|
gem "rubocop-rails", "~> 2.24"
|
||||||
gem "shoulda-matchers", "~> 6.1"
|
gem "shoulda-matchers", "~> 6.1"
|
||||||
gem "simplecov", require: false
|
gem "simplecov", require: false
|
||||||
gem "simplecov-cobertura", require: false
|
gem "simplecov-cobertura", require: false
|
||||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -415,13 +415,13 @@ GEM
|
||||||
rubocop-ast (>= 1.30.0, < 2.0)
|
rubocop-ast (>= 1.30.0, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 2.4.0, < 3.0)
|
unicode-display_width (>= 2.4.0, < 3.0)
|
||||||
rubocop-ast (1.30.0)
|
rubocop-ast (1.31.1)
|
||||||
parser (>= 3.2.1.0)
|
parser (>= 3.3.0.4)
|
||||||
rubocop-rails (2.23.1)
|
rubocop-rails (2.24.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)
|
||||||
rubocop-ast (>= 1.30.0, < 2.0)
|
rubocop-ast (>= 1.31.1, < 2.0)
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
ruby-vips (2.2.0)
|
ruby-vips (2.2.0)
|
||||||
ffi (~> 1.12)
|
ffi (~> 1.12)
|
||||||
|
@ -583,7 +583,7 @@ DEPENDENCIES
|
||||||
rspec-rails (~> 6.1)
|
rspec-rails (~> 6.1)
|
||||||
rspec-sidekiq (~> 4.1)
|
rspec-sidekiq (~> 4.1)
|
||||||
rubocop (~> 1.60)
|
rubocop (~> 1.60)
|
||||||
rubocop-rails (~> 2.23)
|
rubocop-rails (~> 2.24)
|
||||||
rubyzip (~> 2.3)
|
rubyzip (~> 2.3)
|
||||||
sanitize
|
sanitize
|
||||||
sassc-rails
|
sassc-rails
|
||||||
|
|
Loading…
Reference in a new issue