Merge pull request #2020 from Retrospring/dependabot/bundler/rubocop-rails-2.30.1

This commit is contained in:
dependabot[bot] 2025-02-22 23:55:26 +00:00 committed by GitHub
commit 26ebdeffaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 13 deletions

View file

@ -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.29"
gem "rubocop-rails", "~> 2.30"
gem "shoulda-matchers", "~> 6.4"
gem "simplecov", require: false
gem "simplecov-cobertura", require: false

View file

@ -265,7 +265,7 @@ GEM
reline (>= 0.4.2)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.9.1)
json (2.10.1)
json-schema (5.1.1)
addressable (~> 2.8)
bigdecimal (~> 3.1)
@ -283,13 +283,14 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
launchy (3.0.0)
addressable (~> 2.8)
childprocess (~> 5.0)
letter_opener (1.10.0)
launchy (>= 2.2, < 4)
logger (1.6.5)
lint_roller (1.1.0)
logger (1.6.6)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
@ -346,7 +347,7 @@ GEM
os (1.1.4)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.7.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pg (1.5.9)
@ -477,23 +478,25 @@ GEM
rspec-mocks (~> 3.0)
sidekiq (>= 5, < 8)
rspec-support (3.13.1)
rubocop (1.71.0)
rubocop (1.72.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-rails (2.29.0)
rubocop-rails (2.30.1)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (1.13.0)
ruby-vips (2.2.1)
ffi (~> 1.12)
@ -665,7 +668,7 @@ DEPENDENCIES
rspec-rails (~> 7.1)
rspec-sidekiq (~> 5.0)
rubocop (~> 1.71)
rubocop-rails (~> 2.29)
rubocop-rails (~> 2.30)
rubyzip (~> 2.4)
sanitize
sassc-rails