From 77d09939469c6b69adbea4387c17dca247d375ae Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:10:49 +0000 Subject: [PATCH] Update all of rails to version 7.1.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4a77824..767aca3 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.0" gem "listen", "~> 3.8" gem "puma", "~> 6.0"