mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 08:39:08 +01:00
Bump rubocop-rails from 2.25.1 to 2.26.0
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.25.1 to 2.26.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.25.1...v2.26.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
c3de1591a6
commit
4e1046b598
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -95,7 +95,7 @@ group :development, :test do
|
|||
gem "rspec-rails", "~> 6.1"
|
||||
gem "rspec-sidekiq", "~> 5.0", require: false
|
||||
gem "rubocop", "~> 1.65"
|
||||
gem "rubocop-rails", "~> 2.25"
|
||||
gem "rubocop-rails", "~> 2.26"
|
||||
gem "shoulda-matchers", "~> 6.4"
|
||||
gem "simplecov", require: false
|
||||
gem "simplecov-cobertura", require: false
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -301,8 +301,8 @@ GEM
|
|||
openssl (3.2.0)
|
||||
orm_adapter (0.5.0)
|
||||
ostruct (0.6.0)
|
||||
parallel (1.25.1)
|
||||
parser (3.3.4.0)
|
||||
parallel (1.26.3)
|
||||
parser (3.3.4.2)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pg (1.5.7)
|
||||
|
@ -427,12 +427,12 @@ GEM
|
|||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.32.0)
|
||||
rubocop-ast (1.32.1)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-rails (2.25.1)
|
||||
rubocop-rails (2.26.0)
|
||||
activesupport (>= 4.2.0)
|
||||
rack (>= 1.1)
|
||||
rubocop (>= 1.33.0, < 2.0)
|
||||
rubocop (>= 1.52.0, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
ruby-progressbar (1.13.0)
|
||||
ruby-vips (2.2.1)
|
||||
|
@ -597,7 +597,7 @@ DEPENDENCIES
|
|||
rspec-rails (~> 6.1)
|
||||
rspec-sidekiq (~> 5.0)
|
||||
rubocop (~> 1.65)
|
||||
rubocop-rails (~> 2.25)
|
||||
rubocop-rails (~> 2.26)
|
||||
rubyzip (~> 2.3)
|
||||
sanitize
|
||||
sassc-rails
|
||||
|
|
Loading…
Reference in a new issue