diff --git a/Gemfile b/Gemfile index 7a37f42c..2c44f0f0 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ group :development, :test do gem 'dotenv-rails', '~> 3.1.4' gem 'i18n-tasks', '~> 1.0.14' gem 'rspec-rails', '~> 7.1.0' - gem 'rubocop', '~> 1.69.0' + gem 'rubocop', '~> 1.69.1' gem 'rubocop-performance', '~> 1.23.0' gem 'rubocop-rails', '~> 2.27.0' gem 'rubocop-rspec', '~> 3.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 518d6de1..650a0e7d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM jmespath (1.6.2) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.8.2) + json (2.9.0) jwt (2.9.3) base64 language_server-protocol (3.17.0.3) @@ -316,14 +316,14 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.69.0) + rubocop (1.69.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.4, < 3.0) - rubocop-ast (>= 1.36.1, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.36.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.36.2) @@ -406,7 +406,7 @@ DEPENDENCIES rollbar (~> 3.6.0) roo (~> 2.10.1) rspec-rails (~> 7.1.0) - rubocop (~> 1.69.0) + rubocop (~> 1.69.1) rubocop-performance (~> 1.23.0) rubocop-rails (~> 2.27.0) rubocop-rspec (~> 3.2.0)