From d81ccb33adca8cafe67f6f313b979424d405d86a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 01:30:37 +0000 Subject: [PATCH] Update all of rails to version 7.1.1 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4a77824..3294847 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" alchemy_branch = ENV.fetch("ALCHEMY_BRANCH", "main") gem "alchemy_cms", github: "AlchemyCMS/alchemy_cms", branch: alchemy_branch -gem "rails", "~> 7.0.0" +gem "rails", "~> 7.1.1" gem "listen", "~> 3.8" gem "puma", "~> 6.0"