From 19e96491a964b767168c87bd00a1595479301a33 Mon Sep 17 00:00:00 2001 From: Boris Slobodin Date: Fri, 13 Sep 2024 12:48:04 -0400 Subject: [PATCH] bundle update rubocop --- Gemfile | 2 +- Gemfile.lock | 31 +++++++++++++++++-------------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 97533cbb..1adeb250 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,6 @@ source "https://rubygems.org" gem "pry-byebug", require: false -gem 'rubocop', "~> 0.81.0", require: false +gem 'rubocop', require: false gemspec diff --git a/Gemfile.lock b/Gemfile.lock index dea0f9a1..38c464f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,8 @@ GEM irb (1.14.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - jaro_winkler (1.5.6) + json (2.7.2) + language_server-protocol (3.17.0.3) logger (1.6.1) loofah (2.22.0) crass (~> 1.0.2) @@ -140,8 +141,8 @@ GEM racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) - parallel (1.24.0) - parser (3.3.0.5) + parallel (1.26.3) + parser (3.3.5.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -152,7 +153,7 @@ GEM pry (>= 0.13, < 0.15) psych (5.1.2) stringio - racc (1.8.0) + racc (1.8.1) rack (3.1.7) rack-session (2.0.0) rack (>= 3.0.0) @@ -194,10 +195,9 @@ GEM rake (13.2.1) rdoc (6.7.0) psych (>= 4.0.0) + regexp_parser (2.9.2) reline (0.5.10) io-console (~> 0.5) - rexml (3.3.6) - strscan rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -211,14 +211,18 @@ 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.66.1) + 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 (>= 2.4, < 3.0) + rubocop-ast (>= 1.32.2, < 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.32.3) + parser (>= 3.3.1.0) ruby-progressbar (1.13.0) securerandom (0.3.1) simplecov (0.22.0) @@ -234,12 +238,11 @@ GEM sqlite3 (2.0.4-x86_64-darwin) sqlite3 (2.0.4-x86_64-linux-gnu) stringio (3.1.1) - strscan (3.1.0) thor (1.3.2) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (1.8.0) + unicode-display_width (2.6.0) useragent (0.16.10) webrick (1.8.1) websocket-driver (0.7.6) @@ -261,7 +264,7 @@ DEPENDENCIES pry-byebug rails (~> 7.2) rspec (~> 3.2) - rubocop (~> 0.81.0) + rubocop shopify-money! simplecov sqlite3