diff --git a/Gemfile b/Gemfile index 41aad95..d55c86b 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,6 @@ group :development do gem "rubocop", "~> 1.81" gem "rubocop-performance", "~> 1.26" gem "rubocop-rake", "~> 0.7" - gem "rubocop-rspec", "~> 3.7" + gem "rubocop-rspec", "~> 3.8" gem "simplecov", "~> 0.22", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 629e69e..d77f411 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GEM byebug (12.0.0) diff-lcs (1.6.2) docile (1.4.1) - json (2.15.2) + json (2.16.0) language_server-protocol (3.17.0.5) lint_roller (1.1.0) parallel (1.27.0) @@ -35,7 +35,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.81.6) + rubocop (1.81.7) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -46,7 +46,7 @@ GEM rubocop-ast (>= 1.47.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.47.1) + rubocop-ast (1.48.0) parser (>= 3.3.7.2) prism (~> 1.4) rubocop-performance (1.26.1) @@ -56,9 +56,9 @@ GEM rubocop-rake (0.7.1) lint_roller (~> 1.1) rubocop (>= 1.72.1) - rubocop-rspec (3.7.0) + rubocop-rspec (3.8.0) lint_roller (~> 1.1) - rubocop (~> 1.72, >= 1.72.1) + rubocop (~> 1.81) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) @@ -81,7 +81,7 @@ DEPENDENCIES rubocop (~> 1.81) rubocop-performance (~> 1.26) rubocop-rake (~> 0.7) - rubocop-rspec (~> 3.7) + rubocop-rspec (~> 3.8) simplecov (~> 0.22) BUNDLED WITH