Merge pull request #1845 from Retrospring/dependabot/bundler/rubocop-rails-2.26.0

This commit is contained in:
dependabot[bot] 2024-08-31 19:07:42 +00:00 committed by GitHub
commit 334dcf4e09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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