diff --git a/Gemfile b/Gemfile index 7c79282..43fdd36 100644 --- a/Gemfile +++ b/Gemfile @@ -9,8 +9,8 @@ group :development do gem "rake", "~> 13.2" gem "rspec", "~> 3.13" gem "rubocop", "~> 1.80" - gem "rubocop-performance", "~> 1.25" + gem "rubocop-performance", "~> 1.26" gem "rubocop-rake", "~> 0.7" - gem "rubocop-rspec", "~> 3.6" + gem "rubocop-rspec", "~> 3.7" gem "simplecov", "~> 0.22", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index cb7cf6f..2604c70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,7 +35,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.5) - rubocop (1.80.0) + rubocop (1.80.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -49,14 +49,14 @@ GEM rubocop-ast (1.46.0) parser (>= 3.3.7.2) prism (~> 1.4) - rubocop-performance (1.25.0) + rubocop-performance (1.26.0) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) - rubocop-ast (>= 1.38.0, < 2.0) + rubocop-ast (>= 1.44.0, < 2.0) rubocop-rake (0.7.1) lint_roller (~> 1.1) rubocop (>= 1.72.1) - rubocop-rspec (3.6.0) + rubocop-rspec (3.7.0) lint_roller (~> 1.1) rubocop (~> 1.72, >= 1.72.1) ruby-progressbar (1.13.0) @@ -79,9 +79,9 @@ DEPENDENCIES rake (~> 13.2) rspec (~> 3.13) rubocop (~> 1.80) - rubocop-performance (~> 1.25) + rubocop-performance (~> 1.26) rubocop-rake (~> 0.7) - rubocop-rspec (~> 3.6) + rubocop-rspec (~> 3.7) simplecov (~> 0.22) BUNDLED WITH