diff --git a/Gemfile b/Gemfile index 44192cac6..722c765b6 100644 --- a/Gemfile +++ b/Gemfile @@ -106,7 +106,7 @@ group :development do gem 'rubocop', '1.68.0', require: false gem 'rubocop-graphql', '1.5.4', require: false gem 'rubocop-minitest', '0.35.1', require: false - gem 'rubocop-performance', '1.22.1', require: false + gem 'rubocop-performance', '1.23.0', require: false gem 'rubocop-rails', '2.27.0', require: false gem 'rubocop-rake', require: false gem 'spring' diff --git a/Gemfile.lock b/Gemfile.lock index b02f03fb1..0af946ed3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -228,7 +228,7 @@ GEM thor (>= 0.14, < 2.0) jsbundling-rails (1.0.2) railties (>= 6.0.0) - json (2.7.5) + json (2.8.2) json-canonicalization (0.3.0) json-ld (3.2.3) htmlentities (~> 4.3) @@ -307,7 +307,7 @@ GEM activerecord (>= 6.1) request_store (~> 1.4) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.6.0) ast (~> 2.4.1) racc pg (1.4.3) @@ -398,14 +398,14 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.36.1) parser (>= 3.3.1.0) rubocop-graphql (1.5.4) rubocop (>= 1.50, < 2) rubocop-minitest (0.35.1) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-performance (1.22.1) + rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.27.0) @@ -560,7 +560,7 @@ DEPENDENCIES rubocop (= 1.68.0) rubocop-graphql (= 1.5.4) rubocop-minitest (= 0.35.1) - rubocop-performance (= 1.22.1) + rubocop-performance (= 1.23.0) rubocop-rails (= 2.27.0) rubocop-rake sass-rails (= 6.0.0)