From e75fe377a22ddd6f8cfc46452e08eaa1dbde7a99 Mon Sep 17 00:00:00 2001 From: Kristof Willaert Date: Tue, 19 Nov 2024 10:13:46 +0100 Subject: [PATCH] Update gems to get rid of unsupported Ruby version errors --- Gemfile.lock | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d96ab47..2596ab9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.1) - public_suffix (>= 2.0.2, < 6.0) + addressable (2.8.7) + public_suffix (>= 2.0.2, < 7.0) arr-pm (0.0.12) - backports (3.23.0) + backports (3.25.0) cabin (0.9.0) clamp (1.0.1) - dotenv (2.7.6) + dotenv (2.8.1) fpm (1.14.1) arr-pm (~> 0.0.11) backports (>= 2.6.2) @@ -18,11 +18,11 @@ GEM pleaserun (~> 0.0.29) rexml stud - git (1.13.1) + git (1.19.1) addressable (~> 2.8) rchardet (~> 1.8) insist (1.0.0) - json (2.6.1) + json (2.8.2) mustache (0.99.8) pleaserun (0.0.32) cabin (> 0) @@ -31,12 +31,10 @@ GEM insist mustache (= 0.99.8) stud - public_suffix (4.0.7) - rake (13.0.6) + public_suffix (5.1.1) + rake (13.2.1) rchardet (1.8.0) - rexml (3.2.8) - strscan (>= 3.0.9) - strscan (3.1.0) + rexml (3.3.9) stud (0.0.23) PLATFORMS @@ -45,3 +43,6 @@ PLATFORMS DEPENDENCIES fpm (= 1.14.1) rake (~> 13.0) + +BUNDLED WITH + 2.1.2