diff --git a/Gemfile b/Gemfile index a5072c4..f266e6f 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,6 @@ group :development do gem 'pry', '~> 0.14.2' gem 'rake', '~> 13.1' gem 'rubocop', '~> 1.66.1', require: false - gem 'rubocop-performance', '~> 1.21.1', require: false + gem 'rubocop-performance', '~> 1.22.1', require: false gem 'solargraph', '~> 0.50.0', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 45f3456..62afb1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.32.3) parser (>= 3.3.1.0) - rubocop-performance (1.21.1) + rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) @@ -102,7 +102,7 @@ GEM yard (~> 0.9, >= 0.9.24) thor (1.3.2) tilt (2.4.0) - unicode-display_width (2.5.0) + unicode-display_width (2.6.0) webrick (1.8.1) yard (0.9.37) @@ -123,7 +123,7 @@ DEPENDENCIES rake (~> 13.1) roda (~> 3.84) rubocop (~> 1.66.1) - rubocop-performance (~> 1.21.1) + rubocop-performance (~> 1.22.1) solargraph (~> 0.50.0) BUNDLED WITH