From db3f9b9c68c62ec0796d354bc4de9c1c5d78cd23 Mon Sep 17 00:00:00 2001 From: Stephen Nelson Date: Fri, 26 Apr 2024 23:13:54 +0930 Subject: [PATCH] Update rubocop --- Gemfile | 6 +++--- Gemfile.lock | 27 +++++++++++++++++---------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index f006ccd..13de94c 100644 --- a/Gemfile +++ b/Gemfile @@ -5,9 +5,9 @@ source "https://rubygems.org" # Specify your gem's dependencies in katalyst-basic-auth.gemspec gemspec -gem "rake", "~> 13.0" +gem "rake" group :development, :test do - gem "rspec", "~> 3.0" - gem "rubocop", "<= 0.81" # last version that supports ruby 2.3 + gem "rspec" + gem "rubocop" end diff --git a/Gemfile.lock b/Gemfile.lock index 4efc33b..4e71f15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,8 @@ GEM specs: ast (2.4.2) diff-lcs (1.5.1) - jaro_winkler (1.5.6) + json (2.7.2) + language_server-protocol (3.17.0.3) parallel (1.24.0) parser (3.3.0.5) ast (~> 2.4.1) @@ -18,6 +19,7 @@ GEM rack (3.0.10) rainbow (3.1.1) rake (13.2.1) + regexp_parser (2.9.0) rexml (3.2.6) rspec (3.13.0) rspec-core (~> 3.13.0) @@ -32,16 +34,21 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (0.81.0) - jaro_winkler (~> 1.5.1) + rubocop (1.63.3) + json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 2.7.0.1) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - rexml + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.31.2) + parser (>= 3.3.0.4) ruby-progressbar (1.13.0) - unicode-display_width (1.8.0) + unicode-display_width (2.5.0) PLATFORMS aarch64-linux @@ -50,9 +57,9 @@ PLATFORMS DEPENDENCIES katalyst-basic-auth! - rake (~> 13.0) - rspec (~> 3.0) - rubocop (<= 0.81) + rake + rspec + rubocop BUNDLED WITH 2.5.9