From 817bd349d0427f82c02809e59132165be2b456a9 Mon Sep 17 00:00:00 2001 From: Alfonso Manuel Date: Thu, 1 Aug 2024 19:54:04 +0200 Subject: [PATCH] Update httparty to get rid of faulty dependency multi_xml (0.7.1) > Your bundle is locked to multi_xml (0.7.1) from rubygems repository https://rubygems.org/ or installed locally, but that version can no longer be found in that source. That means the author of multi_xml (0.7.1) has removed it. --- Gemfile.lock | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b6cec36..8869b36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,6 @@ GEM public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.8) byebug (11.1.3) coderay (1.1.3) concurrent-ruby (1.2.2) @@ -45,8 +44,7 @@ GEM method_source (1.0.0) mini_mime (1.1.5) minitest (5.18.0) - multi_xml (0.7.1) - bigdecimal (~> 3.1) + multi_xml (0.6.0) parallel (1.22.1) parser (3.2.2.0) ast (~> 2.4.1)