From 7b6e44e09c714ed64d6763fa3e41a260ce024ba5 Mon Sep 17 00:00:00 2001 From: Alexandre CUER Date: Tue, 29 Oct 2024 15:30:46 +0100 Subject: [PATCH] Update Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c70aee2..5bd47b0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.1.4" +ruby "3.1.6" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.8"