diff --git a/Gemfile b/Gemfile index 81822ea..8084b45 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,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.71.0' + gem 'rubocop', '~> 1.71.2' gem 'rubocop-performance', '~> 1.23.1' gem 'rubocop-rails', '~> 2.29.1' gem 'rubocop-rspec', '~> 3.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index c9b291a..792c4aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -181,7 +181,7 @@ GEM json (2.9.1) jwt (2.10.1) base64 - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -218,7 +218,7 @@ GEM mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) - parser (3.3.7.0) + parser (3.3.7.1) ast (~> 2.4.1) racc pg (1.5.9) @@ -320,17 +320,17 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.71.0) + rubocop (1.71.2) 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.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-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) @@ -412,7 +412,7 @@ DEPENDENCIES rollbar (~> 3.6.0) roo (~> 2.10.1) rspec-rails (~> 7.1.0) - rubocop (~> 1.71.0) + rubocop (~> 1.71.2) rubocop-performance (~> 1.23.1) rubocop-rails (~> 2.29.1) rubocop-rspec (~> 3.4.0)