From 74a0d33b3b07d2dee4e15b7ad3753b05832b14c6 Mon Sep 17 00:00:00 2001 From: Samy Vacheresse Date: Wed, 17 Jul 2024 11:33:25 +0200 Subject: [PATCH] Update Gemfile ruby version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a898472..aa069fe 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.3.1" +ruby "3.2.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.1"