diff --git a/Gemfile b/Gemfile index 16ec106..3eced8c 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "rake", "~> 13.4" gem "rspec", "~> 3.0" gem "rubocop", "~> 1.86" -gem "rubocop-rspec", "~> 3.0", require: false +gem "rubocop-rspec", "~> 3.10", require: false gem "lefthook", "~> 2.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index e44bb79..aeb74b8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,7 +43,7 @@ GEM ffi (1.17.4-x86_64-darwin) ffi (1.17.4-x86_64-linux-gnu) ffi (1.17.4-x86_64-linux-musl) - json (2.19.4) + json (2.19.9) language_server-protocol (3.17.0.5) lefthook (2.1.6) lint_roller (1.1.0) @@ -74,7 +74,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.86.1) + rubocop (1.87.0) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -88,9 +88,10 @@ GEM rubocop-ast (1.49.1) parser (>= 3.3.7.2) prism (~> 1.7) - rubocop-rspec (3.9.0) + rubocop-rspec (3.10.2) lint_roller (~> 1.1) - rubocop (~> 1.81) + regexp_parser (>= 2.0) + rubocop (~> 1.86, >= 1.86.2) ruby-progressbar (1.13.0) sequel (5.104.0) bigdecimal @@ -133,7 +134,7 @@ DEPENDENCIES rake (~> 13.4) rspec (~> 3.0) rubocop (~> 1.86) - rubocop-rspec (~> 3.0) + rubocop-rspec (~> 3.10) BUNDLED WITH 2.5.7