mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-03 19:03:02 +01:00
Bump rubocop-rails from 2.27.0 to 2.29.0
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.27.0 to 2.29.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.27.0...v2.29.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
23a45451aa
commit
a46e4d9ca3
2 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -95,7 +95,7 @@ group :development, :test do
|
|||
gem "rspec-rails", "~> 7.1"
|
||||
gem "rspec-sidekiq", "~> 5.0", require: false
|
||||
gem "rubocop", "~> 1.71"
|
||||
gem "rubocop-rails", "~> 2.27"
|
||||
gem "rubocop-rails", "~> 2.29"
|
||||
gem "shoulda-matchers", "~> 6.4"
|
||||
gem "simplecov", require: false
|
||||
gem "simplecov-cobertura", require: false
|
||||
|
|
8
Gemfile.lock
Executable file → Normal file
8
Gemfile.lock
Executable file → Normal file
|
@ -128,7 +128,7 @@ GEM
|
|||
childprocess (5.0.0)
|
||||
chunky_png (1.4.0)
|
||||
colorize (1.1.0)
|
||||
concurrent-ruby (1.3.4)
|
||||
concurrent-ruby (1.3.5)
|
||||
connection_pool (2.5.0)
|
||||
crass (1.0.6)
|
||||
cssbundling-rails (1.4.1)
|
||||
|
@ -249,7 +249,7 @@ GEM
|
|||
csv
|
||||
mini_mime (>= 1.0.0)
|
||||
multi_xml (>= 0.5.2)
|
||||
i18n (1.14.6)
|
||||
i18n (1.14.7)
|
||||
concurrent-ruby (~> 1.0)
|
||||
i18n-js (4.0.0)
|
||||
glob
|
||||
|
@ -487,7 +487,7 @@ GEM
|
|||
unicode-display_width (>= 2.4.0, < 4.0)
|
||||
rubocop-ast (1.37.0)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-rails (2.27.0)
|
||||
rubocop-rails (2.29.0)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 1.52.0, < 2.0)
|
||||
|
@ -662,7 +662,7 @@ DEPENDENCIES
|
|||
rspec-rails (~> 7.1)
|
||||
rspec-sidekiq (~> 5.0)
|
||||
rubocop (~> 1.71)
|
||||
rubocop-rails (~> 2.27)
|
||||
rubocop-rails (~> 2.29)
|
||||
rubyzip (~> 2.4)
|
||||
sanitize
|
||||
sassc-rails
|
||||
|
|
Loading…
Reference in a new issue