diff --git a/Gemfile b/Gemfile index 16ec106..a5dcc8a 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "rake", "~> 13.4" gem "rspec", "~> 3.0" -gem "rubocop", "~> 1.86" +gem "rubocop", "~> 1.88" gem "rubocop-rspec", "~> 3.0", require: false gem "lefthook", "~> 2.1", require: false diff --git a/Gemfile.lock b/Gemfile.lock index e44bb79..214ffc7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -43,8 +43,8 @@ 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) - language_server-protocol (3.17.0.5) + json (2.20.0) + language_server-protocol (3.17.0.6) lefthook (2.1.6) lint_roller (1.1.0) logger (1.7.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.88.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -132,7 +132,7 @@ DEPENDENCIES njtransit! rake (~> 13.4) rspec (~> 3.0) - rubocop (~> 1.86) + rubocop (~> 1.88) rubocop-rspec (~> 3.0) BUNDLED WITH