From bd0a39d567465a90470551e3a4ffe3d9b300c945 Mon Sep 17 00:00:00 2001 From: Rune Philosof <57357936+runephilosof-abtion@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:42:55 +0200 Subject: [PATCH] Upgrade Ruby 3.3.3 => 3.3.4 (#2331) This removes a deprecation warning about ruby and parser gem mismatch. Not going to 3.3.5 because it prints a deprecation warning with the current version of `pry` (fixed in `master`, waiting for a release). Clean the deprecation warning for #2330 --- .tool-versions | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tool-versions b/.tool-versions index a1dc3816..df37809d 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -ruby 3.3.3 +ruby 3.3.4 nodejs 18.14.1 diff --git a/Gemfile.lock b/Gemfile.lock index d42ad811..b5eb5fa4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -481,7 +481,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.3.3p89 + ruby 3.3.4p94 BUNDLED WITH - 2.5.14 + 2.5.16