diff --git a/Gemfile b/Gemfile index 7c79282..99e71f2 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,6 @@ group :development do gem "rubocop", "~> 1.80" gem "rubocop-performance", "~> 1.25" 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..f640584 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.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -56,7 +56,7 @@ GEM 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) @@ -81,7 +81,7 @@ DEPENDENCIES rubocop (~> 1.80) rubocop-performance (~> 1.25) rubocop-rake (~> 0.7) - rubocop-rspec (~> 3.6) + rubocop-rspec (~> 3.7) simplecov (~> 0.22) BUNDLED WITH