diff --git a/Gemfile b/Gemfile index 4a8b843f..6cb7eddc 100644 --- a/Gemfile +++ b/Gemfile @@ -62,11 +62,11 @@ group :development, :test do gem 'dotenv-rails', '~> 3.1.4' gem 'i18n-tasks', '~> 1.0.14' gem 'rspec-rails', '~> 7.1.1' - gem 'rubocop', '~> 1.72.1' + gem 'rubocop', '~> 1.74.0' gem 'rubocop-performance', '~> 1.24.0' - gem 'rubocop-rails', '~> 2.30.1' + gem 'rubocop-rails', '~> 2.30.3' gem 'rubocop-rspec', '~> 3.5.0' - gem 'rubocop-rspec_rails', '~> 2.30.0' + gem 'rubocop-rspec_rails', '~> 2.31.0' gem 'brakeman', '~> 7.0.0' end diff --git a/Gemfile.lock b/Gemfile.lock index c15f0acc..593fb757 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,7 +179,7 @@ GEM jmespath (1.6.2) jsbundling-rails (1.3.1) railties (>= 6.0.0) - json (2.10.1) + json (2.10.2) jwt (2.10.1) base64 language_server-protocol (3.17.0.4) @@ -202,7 +202,7 @@ GEM mime-types-data (3.2020.0512) mini_mime (1.1.5) mini_portile2 (2.8.8) - minitest (5.25.4) + minitest (5.25.5) msgpack (1.7.2) mutex_m (0.3.0) net-imap (0.5.6) @@ -239,7 +239,7 @@ GEM nio4r (~> 2.0) raabro (1.4.0) racc (1.8.1) - rack (3.1.10) + rack (3.1.12) rack-attack (6.7.0) rack (>= 1.0, < 4) rack-session (2.1.0) @@ -325,7 +325,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.2) - rubocop (1.72.1) + rubocop (1.74.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -336,13 +336,13 @@ GEM rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.0) + rubocop-ast (1.38.1) parser (>= 3.3.1.0) rubocop-performance (1.24.0) lint_roller (~> 1.1) rubocop (>= 1.72.1, < 2.0) rubocop-ast (>= 1.38.0, < 2.0) - rubocop-rails (2.30.1) + rubocop-rails (2.30.3) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) @@ -351,9 +351,10 @@ GEM rubocop-rspec (3.5.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) - rubocop-rspec_rails (2.30.0) - rubocop (~> 1.61) - rubocop-rspec (~> 3, >= 3.0.1) + rubocop-rspec_rails (2.31.0) + lint_roller (~> 1.1) + rubocop (~> 1.72, >= 1.72.1) + rubocop-rspec (~> 3.5) ruby-progressbar (1.13.0) rubyzip (2.3.2) securerandom (0.4.1) @@ -421,11 +422,11 @@ DEPENDENCIES rollbar (~> 3.6.1) roo (~> 2.10.1) rspec-rails (~> 7.1.1) - rubocop (~> 1.72.1) + rubocop (~> 1.74.0) rubocop-performance (~> 1.24.0) - rubocop-rails (~> 2.30.1) + rubocop-rails (~> 2.30.3) rubocop-rspec (~> 3.5.0) - rubocop-rspec_rails (~> 2.30.0) + rubocop-rspec_rails (~> 2.31.0) simplecov (~> 0.22.0, >= 0.16.1) spring (~> 4.2.1) spring-watcher-listen (~> 2.1.0)