From b7e11e841b07c3f651b5ccfb9de2b16185d1099f Mon Sep 17 00:00:00 2001 From: Maxime Demolin Date: Fri, 21 Feb 2025 07:42:27 +0100 Subject: [PATCH] UPDATE gems (#223) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * diff-lcs 1.5.1 → 1.6.0 [changelog](https://github.com/halostatue/diff-lcs/blob/main/CHANGELOG.md#160--2025-02-13) * json 2.9.1 → 2.10.1 [changelog](https://github.com/ruby/json/blob/master/CHANGES.md#2025-02-10-2101) * nokogiri 1.18.2 → 1.18.3 [changelog](https://nokogiri.org/CHANGELOG.html) * parser 3.3.7.0 → 3.3.7.1 [changelog](https://github.com/whitequark/parser/blob/v3.3.7.1/CHANGELOG.md) * rexml 3.4.0 → 3.4.1 [changelog](https://github.com/ruby/rexml/releases/tag/v3.4.1) * rspec-core 3.13.2 → 3.13.3 [changelog](https://github.com/rspec/rspec-core/blob/v3.13.3/Changelog.md) * rubocop 1.71.1 → 1.72.2 [changelog](https://github.com/rubocop/rubocop/releases/tag/v1.72.2) * rubocop-performance 1.23.1 → 1.24.0 [changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md#1240-2025-02-16) * webmock 3.24.0 → 3.25.0 [changelog](https://github.com/bblimke/webmock/blob/v3.25.0/CHANGELOG.md#3250) --- Gemfile.lock | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 669020b..9a1185c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,18 +18,19 @@ GEM crack (1.0.0) bigdecimal rexml - diff-lcs (1.5.1) + diff-lcs (1.6.0) docile (1.4.1) hashdiff (1.1.2) - json (2.9.1) + json (2.10.1) language_server-protocol (3.17.0.4) + lint_roller (1.1.0) method_source (1.1.0) mini_portile2 (2.8.8) - nokogiri (1.18.2) + nokogiri (1.18.3) mini_portile2 (~> 2.8.2) racc (~> 1.4) parallel (1.26.3) - parser (3.3.7.0) + parser (3.3.7.1) ast (~> 2.4.1) racc pry (0.15.2) @@ -40,12 +41,12 @@ GEM rainbow (3.1.1) rake (13.2.1) regexp_parser (2.10.0) - rexml (3.4.0) + rexml (3.4.1) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) rspec-mocks (~> 3.13.0) - rspec-core (3.13.2) + rspec-core (3.13.3) rspec-support (~> 3.13.0) rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) @@ -54,9 +55,10 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.2) - rubocop (1.71.1) + rubocop (1.72.2) json (~> 2.3) - language_server-protocol (>= 3.17.0) + language_server-protocol (~> 3.17.0.2) + lint_roller (~> 1.1.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) @@ -66,9 +68,10 @@ GEM unicode-display_width (>= 2.4.0, < 4.0) rubocop-ast (1.38.0) parser (>= 3.3.1.0) - rubocop-performance (1.23.1) - rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.31.1, < 2.0) + rubocop-performance (1.24.0) + lint_roller (~> 1.1) + rubocop (>= 1.72.1, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (1.13.0) simplecov (0.22.0) docile (~> 1.1) @@ -84,7 +87,7 @@ GEM unicode-emoji (4.0.4) vcr (6.3.1) base64 - webmock (3.24.0) + webmock (3.25.0) addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0)