From 3b7c13b8bfade49c3426107d2fac04533b00a8ab Mon Sep 17 00:00:00 2001 From: Bruno Perles Date: Wed, 24 Jan 2024 14:39:38 +0100 Subject: [PATCH] Update Ruby and Bundler versions The versions of Ruby and Bundler used in the project have been updated. Our Ruby version has been updated from 3.1.4p223 to 3.3.0p0 and Bundler is now set to 2.5.3. This will ensure compatibility with the latest updates and features. --- .ruby-version | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 0aec50e6..15a27998 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.4 +3.3.0 diff --git a/Gemfile.lock b/Gemfile.lock index 2f2c5999..6b2458dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -298,7 +298,7 @@ DEPENDENCIES tzinfo-data RUBY VERSION - ruby 3.1.4p223 + ruby 3.3.0p0 BUNDLED WITH - 2.4.13 + 2.5.3