From 529a8ae4a9e10a434d306bd3a4f37826b56756b5 Mon Sep 17 00:00:00 2001 From: Eduardo Martinez Echevarria Date: Fri, 6 Oct 2023 17:27:22 +0200 Subject: [PATCH] Downgrade Ruby version --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index be94e6f..94ff29c 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.1.1 diff --git a/Gemfile b/Gemfile index 0f7b907..aa8cad2 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ DECIDIM_VERSION = { git: 'https://github.com/decidim/decidim', branch: 'develop' source "https://rubygems.org" -ruby '3.2.2' +ruby '3.1.1' gem "decidim", DECIDIM_VERSION diff --git a/Gemfile.lock b/Gemfile.lock index ca8797c..ec4b4dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -830,7 +830,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.2.2p53 + ruby 3.1.1p18 BUNDLED WITH 2.4.10