diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 97679b8..563b016 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -8,7 +8,7 @@ gem "rubocop", "~> 1.88.0" gem "rubocop-github", "~> 0.27.0" gem "rubocop-minitest", "~> 0.39.1" gem "rubocop-performance", "~>1.26.1" -gem "rubocop-rails", "~> 2.35" +gem "rubocop-rails", "~> 2.36" gem "rubocop-rake", "~> 0.7.1" gem "rubocop-rspec", "~> 3.10.2" gem "rubocop-capybara", "~> 2.23" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 9d17881..6cac3fe 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (8.1.3) + activesupport (8.1.3.1) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -20,17 +20,17 @@ GEM concurrent-ruby (1.3.8) connection_pool (3.0.2) drb (2.2.3) - i18n (1.14.8) + i18n (1.15.2) concurrent-ruby (~> 1.0) - json (2.19.9) - language_server-protocol (3.17.0.5) + json (2.21.2) + language_server-protocol (3.17.0.6) lint_roller (1.1.0) logger (1.7.0) minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) parallel (2.1.0) - parser (3.3.11.1) + parser (3.3.12.0) ast (~> 2.4.1) racc prism (1.9.0) @@ -49,7 +49,7 @@ GEM rubocop-ast (>= 1.49.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.49.1) + rubocop-ast (1.50.0) parser (>= 3.3.7.2) prism (~> 1.7) rubocop-capybara (2.23.0) @@ -70,7 +70,7 @@ GEM lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) - rubocop-rails (2.35.4) + rubocop-rails (2.36.0) activesupport (>= 4.2.0) lint_roller (~> 1.1) rack (>= 1.1) @@ -107,7 +107,7 @@ DEPENDENCIES rubocop-github (~> 0.27.0) rubocop-minitest (~> 0.39.1) rubocop-performance (~> 1.26.1) - rubocop-rails (~> 2.35) + rubocop-rails (~> 2.36) rubocop-rake (~> 0.7.1) rubocop-rspec (~> 3.10.2) rubocop-rspec_rails (~> 2.32)