From b888b1200fca49c7831c3bdab7a296370c9c59cb Mon Sep 17 00:00:00 2001 From: Fernando Blat Date: Sat, 14 Sep 2024 07:30:41 +0200 Subject: [PATCH] Bump Ruby version --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 94ff29c..0aec50e 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.1.1 +3.1.4 diff --git a/Gemfile b/Gemfile index 2acbb77..6728566 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ DECIDIM_VERSION = { git: 'https://github.com/decidim/decidim', tag: 'v0.28.0' }. source "https://rubygems.org" -ruby '3.1.1' +ruby '3.1.4' gem "decidim", DECIDIM_VERSION diff --git a/Gemfile.lock b/Gemfile.lock index 46121c1..b66bfee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -820,6 +820,7 @@ GEM PLATFORMS arm64-darwin-21 + arm64-darwin-23 x86_64-linux DEPENDENCIES @@ -844,7 +845,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.1.1p18 + ruby 3.1.4p223 BUNDLED WITH 2.4.10