From 245e22d74aac396f0632287ba430e70104968dbe Mon Sep 17 00:00:00 2001 From: iwt-pjost Date: Thu, 16 Jan 2025 18:24:44 +0100 Subject: [PATCH] updating gemfile lock --- Gemfile.lock | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 80a6d58..8d42b6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,15 @@ GEM remote: https://rubygems.org/ specs: + base64 (0.2.0) + bigdecimal (3.1.9) cmxl (1.5.0) rchardet19 + csv (3.3.2) humanize (2.5.1) - nokogiri (1.16.3-aarch64-linux) - racc (~> 1.4) - nokogiri (1.16.3-arm-linux) - racc (~> 1.4) - nokogiri (1.16.3-arm64-darwin) - racc (~> 1.4) - nokogiri (1.16.3-x86-linux) - racc (~> 1.4) - nokogiri (1.16.3-x86_64-darwin) - racc (~> 1.4) - nokogiri (1.16.3-x86_64-linux) + mini_portile2 (2.8.8) + nokogiri (1.16.3) + mini_portile2 (~> 2.8.2) racc (~> 1.4) racc (1.7.3) rchardet19 (1.3.7) @@ -32,7 +27,10 @@ PLATFORMS x86_64-linux DEPENDENCIES + base64 (~> 0.2.0) + bigdecimal (~> 3.1.9) cmxl (~> 1.5.0) + csv (~> 3.3.2) humanize (~> 2.5.1) roo (~> 2.10.0)