From 0d3e98339e4ee1fd6c5eb2e7bd97c710f97064ed Mon Sep 17 00:00:00 2001 From: David Amrani Date: Wed, 5 Mar 2025 15:17:52 -0500 Subject: [PATCH 1/2] update bundler --- Gemfile.lock | 88 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 52 insertions(+), 36 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 65fc41e..1fb55c3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,50 +7,66 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - diff-lcs (1.5.0) - parallel (1.20.1) - parser (3.0.2.0) + diff-lcs (1.6.0) + json (2.10.1) + language_server-protocol (3.17.0.4) + lint_roller (1.1.0) + parallel (1.26.3) + parser (3.3.7.1) ast (~> 2.4.1) - rainbow (3.0.0) - rake (13.0.6) - regexp_parser (2.1.1) - rexml (3.2.5) - rspec (3.11.0) - rspec-core (~> 3.11.0) - rspec-expectations (~> 3.11.0) - rspec-mocks (~> 3.11.0) - rspec-core (3.11.0) - rspec-support (~> 3.11.0) - rspec-expectations (3.11.0) + racc + racc (1.8.1) + rainbow (3.1.1) + rake (13.2.1) + regexp_parser (2.10.0) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + rspec-core (3.13.3) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-mocks (3.11.1) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.11.0) - rspec-support (3.11.0) - rubocop (1.18.4) + rspec-support (~> 3.13.0) + rspec-support (3.13.2) + rubocop (1.71.2) + json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.8.0, < 2.0) + regexp_parser (>= 2.9.3, < 3.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.10.0) - parser (>= 3.0.1.1) - rubocop-performance (1.11.4) - rubocop (>= 1.7.0, < 2.0) - rubocop-ast (>= 0.4.0) - ruby-progressbar (1.11.0) - standard (1.1.7) - rubocop (= 1.18.4) - rubocop-performance (= 1.11.4) - unicode-display_width (2.0.0) + unicode-display_width (>= 2.4.0, < 4.0) + rubocop-ast (1.38.1) + parser (>= 3.3.1.0) + rubocop-performance (1.23.1) + rubocop (>= 1.48.1, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) + ruby-progressbar (1.13.0) + standard (1.45.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.0) + rubocop (~> 1.71.0) + standard-custom (~> 1.0.0) + standard-performance (~> 1.6) + standard-custom (1.0.2) + lint_roller (~> 1.0) + rubocop (~> 1.50) + standard-performance (1.6.0) + lint_roller (~> 1.1) + rubocop-performance (~> 1.23.0) + unicode-display_width (3.1.4) + unicode-emoji (~> 4.0, >= 4.0.4) + unicode-emoji (4.0.4) PLATFORMS ruby - x86_64-darwin-19 + x86_64-darwin-24 DEPENDENCIES bundler (>= 2.0.1) @@ -60,4 +76,4 @@ DEPENDENCIES standard BUNDLED WITH - 2.2.26 + 2.6.5 From 8eeac694bfcf9457bd5a1815ff168d51d798916a Mon Sep 17 00:00:00 2001 From: David Amrani Date: Wed, 5 Mar 2025 15:22:34 -0500 Subject: [PATCH 2/2] fix bundle version --- Gemfile.lock | 88 +++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 52 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1fb55c3..03510e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,66 +7,50 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) - diff-lcs (1.6.0) - json (2.10.1) - language_server-protocol (3.17.0.4) - lint_roller (1.1.0) - parallel (1.26.3) - parser (3.3.7.1) + diff-lcs (1.5.0) + parallel (1.20.1) + parser (3.0.2.0) ast (~> 2.4.1) - racc - racc (1.8.1) - rainbow (3.1.1) - rake (13.2.1) - regexp_parser (2.10.0) - rspec (3.13.0) - rspec-core (~> 3.13.0) - rspec-expectations (~> 3.13.0) - rspec-mocks (~> 3.13.0) - rspec-core (3.13.3) - rspec-support (~> 3.13.0) - rspec-expectations (3.13.3) + rainbow (3.0.0) + rake (13.0.6) + regexp_parser (2.1.1) + rexml (3.2.5) + rspec (3.11.0) + rspec-core (~> 3.11.0) + rspec-expectations (~> 3.11.0) + rspec-mocks (~> 3.11.0) + rspec-core (3.11.0) + rspec-support (~> 3.11.0) + rspec-expectations (3.11.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-mocks (3.13.2) + rspec-support (~> 3.11.0) + rspec-mocks (3.11.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.13.0) - rspec-support (3.13.2) - rubocop (1.71.2) - json (~> 2.3) - language_server-protocol (>= 3.17.0) + rspec-support (~> 3.11.0) + rspec-support (3.11.0) + rubocop (1.18.4) parallel (~> 1.10) - parser (>= 3.3.0.2) + parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.38.0, < 2.0) + regexp_parser (>= 1.8, < 3.0) + rexml + rubocop-ast (>= 1.8.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.38.1) - parser (>= 3.3.1.0) - rubocop-performance (1.23.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) - ruby-progressbar (1.13.0) - standard (1.45.0) - language_server-protocol (~> 3.17.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.71.0) - standard-custom (~> 1.0.0) - standard-performance (~> 1.6) - standard-custom (1.0.2) - lint_roller (~> 1.0) - rubocop (~> 1.50) - standard-performance (1.6.0) - lint_roller (~> 1.1) - rubocop-performance (~> 1.23.0) - unicode-display_width (3.1.4) - unicode-emoji (~> 4.0, >= 4.0.4) - unicode-emoji (4.0.4) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.10.0) + parser (>= 3.0.1.1) + rubocop-performance (1.11.4) + rubocop (>= 1.7.0, < 2.0) + rubocop-ast (>= 0.4.0) + ruby-progressbar (1.11.0) + standard (1.1.7) + rubocop (= 1.18.4) + rubocop-performance (= 1.11.4) + unicode-display_width (2.0.0) PLATFORMS ruby - x86_64-darwin-24 + x86_64-darwin-19 DEPENDENCIES bundler (>= 2.0.1) @@ -76,4 +60,4 @@ DEPENDENCIES standard BUNDLED WITH - 2.6.5 + 2.4.22