From 02a51f3d7523b696f3591cac5ba7965bc093251e Mon Sep 17 00:00:00 2001 From: vigneshk-tw Date: Tue, 8 Oct 2024 11:01:01 +0530 Subject: [PATCH] fix outdated packages from gemspec --- Gemfile | 4 ++-- Gemfile.lock | 23 ++++++++++++----------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 18be3680..38b44272 100644 --- a/Gemfile +++ b/Gemfile @@ -3,8 +3,8 @@ source 'https://rubygems.org' gemspec group :development, :test do - gem 'rake', '~> 12.3.3' + gem 'rake', '~> 13.2.1' gem 'pry-byebug' - gem 'rubocop', '~> 0.70' + gem 'rubocop', '~> 1.66.1' gem 'bundler-audit' end diff --git a/Gemfile.lock b/Gemfile.lock index 67ca70e7..cc23fbce 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,6 +52,7 @@ GEM bindata faraday (~> 2.0) faraday-follow_redirects + language_server-protocol (3.17.0.3) logger (1.6.1) method_source (1.1.0) minitest (5.25.1) @@ -69,9 +70,8 @@ GEM pry (>= 0.13, < 0.15) racc (1.8.1) rainbow (3.1.1) - rake (12.3.3) + rake (13.2.1) regexp_parser (2.9.2) - rexml (3.3.8) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -85,15 +85,16 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.1) - rubocop (0.93.1) + rubocop (1.66.1) + json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 2.7.1.5) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8) - rexml - rubocop-ast (>= 0.6.0) + 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) @@ -101,7 +102,7 @@ GEM thor (1.3.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - unicode-display_width (1.8.0) + unicode-display_width (2.6.0) uri (0.13.1) PLATFORMS @@ -111,9 +112,9 @@ PLATFORMS DEPENDENCIES bundler-audit pry-byebug - rake (~> 12.3.3) + rake (~> 13.2.1) rspec (~> 3.6, >= 3.6.0) - rubocop (~> 0.70) + rubocop (~> 1.66.1) xero-ruby! BUNDLED WITH