diff --git a/Gemfile b/Gemfile index 03564ffd..c5ceaf90 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ end group :linter do gem 'rubocop', '~> 1.66.1' gem 'rubocop-capybara', '~> 2.21.0' - gem 'rubocop-performance', '~> 1.21.1' + gem 'rubocop-performance', '~> 1.22.1' gem 'rubocop-rails', '~> 2.26.1' gem 'rubocop-rake', '~> 0.6.0' end diff --git a/Gemfile.lock b/Gemfile.lock index f2c7c7f3..f57e468d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -217,7 +217,7 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) importmap-rails (2.0.1) actionpack (>= 6.0.0) @@ -403,7 +403,7 @@ GEM parser (>= 3.3.1.0) rubocop-capybara (2.21.0) rubocop (~> 1.41) - rubocop-performance (1.21.1) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.26.1) @@ -467,13 +467,13 @@ GEM timeout (0.4.1) timers (4.3.5) traces (0.11.1) - turbo-rails (2.0.6) + turbo-rails (2.0.7) actionpack (>= 6.0.0) activejob (>= 6.0.0) railties (>= 6.0.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) uri (0.13.0) web-console (4.2.1) actionview (>= 6.0.0) @@ -526,7 +526,7 @@ DEPENDENCIES rspec-openapi rubocop (~> 1.66.1) rubocop-capybara (~> 2.21.0) - rubocop-performance (~> 1.21.1) + rubocop-performance (~> 1.22.1) rubocop-rails (~> 2.26.1) rubocop-rake (~> 0.6.0) ruby-saml