From 6ec387490f87358e0267793203df71758cb2cce5 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Tue, 17 Dec 2024 11:27:06 +0900 Subject: [PATCH 1/2] =?UTF-8?q?`bundle=20lock=20=E2=80=94remove-platform`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile.lock | 2 -- 1 file changed, 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 97d73cf97..5425c6721 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,6 @@ GEM digest (3.1.1) drb (2.2.1) ffi (1.17.0) - ffi (1.17.0-x86_64-darwin) fileutils (1.7.3) goodcheck (3.1.0) marcel (>= 1.0, < 2.0) @@ -153,7 +152,6 @@ GEM PLATFORMS ruby - x86_64-darwin-20 DEPENDENCIES abbrev From 7b18d83678bb4f952dee892d66fc482d6488d63e Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Tue, 17 Dec 2024 11:42:35 +0900 Subject: [PATCH 2/2] bundle update activesupport --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5425c6721..f091f4b78 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM remote: https://rubygems.org/ specs: abbrev (0.1.2) - activesupport (7.2.2.1) + activesupport (8.0.1) base64 benchmark (>= 0.3) bigdecimal @@ -25,6 +25,7 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.2) @@ -148,6 +149,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) + uri (1.0.2) zlib (3.2.0) PLATFORMS