From ee2038aab560c43145140ce86d7c3559c62f853c Mon Sep 17 00:00:00 2001 From: Maxime Demolin Date: Sat, 23 Nov 2024 09:00:18 +0100 Subject: [PATCH] UPDATE gems MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * hashdiff 1.1.1 → 1.1.2 [changelog](https://github.com/liufengyun/hashdiff/blob/master/changelog.md) * json 2.8.1 → 2.8.2 [changelog](https://github.com/ruby/json/blob/master/CHANGES.md#2024-11-14-282) * mini_portile2 2.8.7 → 2.8.8 [changelog](https://github.com/flavorjones/mini_portile/blob/main/CHANGELOG.md#288--2024-11-14) * pry 0.14.2 → 0.15.0 [changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md#v0150v0150-november-15-2024) * rubocop-ast 1.34.1 → 1.36.1 [changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md#1361-2024-11-13) * rubocop-performance 1.22.1 → 1.23.0 [changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) --- CHANGELOG.md | 3 +++ Gemfile.lock | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d56652..5fa17f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # master (unreleased) +Updates: +* gems + # v7.3.0 (November 09, 2024) Updates: diff --git a/Gemfile.lock b/Gemfile.lock index 5a58f66..f9d1810 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,11 +20,11 @@ GEM rexml diff-lcs (1.5.1) docile (1.4.1) - hashdiff (1.1.1) - json (2.8.1) + hashdiff (1.1.2) + json (2.8.2) language_server-protocol (3.17.0.3) method_source (1.1.0) - mini_portile2 (2.8.7) + mini_portile2 (2.8.8) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -32,7 +32,7 @@ GEM parser (3.3.6.0) ast (~> 2.4.1) racc - pry (0.14.2) + pry (0.15.0) coderay (~> 1.1) method_source (~> 1.0) public_suffix (6.0.1) @@ -64,9 +64,9 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.34.1) + rubocop-ast (1.36.1) parser (>= 3.3.1.0) - rubocop-performance (1.22.1) + rubocop-performance (1.23.0) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0)