From 242853898976296bb1899aa1102e3abda42eb077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Saunier?= Date: Thu, 30 May 2024 10:23:19 +0200 Subject: [PATCH] Bump Rubotop to 1.64 --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++++++--------- 2 files changed, 18 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index bfa4e03..eee8b14 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem "nokogiri", "~> 1.13" gem "pry-byebug", "~> 3.7" gem "rest-client", "~> 2.0" gem "rspec-rails", "~> 3.8" -gem "rubocop", "~> 1.50" +gem "rubocop", "~> 1.64" gem "sinatra", "~> 2.2", require: false gem "sinatra-contrib", "~> 2.2", require: false gem "sqlite3", "~> 1.4" diff --git a/Gemfile.lock b/Gemfile.lock index c1b0d50..54bd1d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -59,7 +59,7 @@ GEM irb (1.11.1) rdoc reline (>= 0.4.2) - json (2.7.1) + json (2.7.2) language_server-protocol (3.17.0.3) loofah (2.22.0) crass (~> 1.0.2) @@ -74,10 +74,14 @@ GEM ruby2_keywords (~> 0.0.1) mutex_m (0.2.0) netrc (0.11.0) + nokogiri (1.16.0-arm64-darwin) + racc (~> 1.4) nokogiri (1.16.0-x86_64-darwin) racc (~> 1.4) + nokogiri (1.16.0-x86_64-linux) + racc (~> 1.4) parallel (1.24.0) - parser (3.3.0.5) + parser (3.3.1.0) ast (~> 2.4.1) racc pry (0.14.2) @@ -118,7 +122,7 @@ GEM rake (13.1.0) rdoc (6.6.2) psych (>= 4.0.0) - regexp_parser (2.9.0) + regexp_parser (2.9.2) reline (0.4.2) io-console (~> 0.5) rest-client (2.1.0) @@ -126,7 +130,8 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rspec-core (3.9.3) rspec-support (~> 3.9.3) rspec-expectations (3.9.4) @@ -144,7 +149,7 @@ GEM rspec-mocks (~> 3.9.0) rspec-support (~> 3.9.0) rspec-support (3.9.4) - rubocop (1.60.2) + rubocop (1.64.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -152,11 +157,11 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.30.0) - parser (>= 3.2.1.0) + rubocop-ast (1.31.3) + parser (>= 3.3.1.0) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) sinatra (2.2.4) @@ -170,8 +175,11 @@ GEM rack-protection (= 2.2.4) sinatra (= 2.2.4) tilt (~> 2.0) + sqlite3 (1.7.2-arm64-darwin) sqlite3 (1.7.2-x86_64-darwin) + sqlite3 (1.7.2-x86_64-linux) stringio (3.1.0) + strscan (3.1.0) thor (1.3.0) tilt (2.3.0) timeout (0.4.1) @@ -195,7 +203,7 @@ DEPENDENCIES pry-byebug (~> 3.7) rest-client (~> 2.0) rspec-rails (~> 3.8) - rubocop (~> 1.50) + rubocop (~> 1.64) sinatra (~> 2.2) sinatra-contrib (~> 2.2) sqlite3 (~> 1.4)