From b28be4fbbd16336525c64780f0e6f9b60669f214 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:46:16 +0000 Subject: [PATCH] Update dependency rails to v8 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 895cd46..9d4528f 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.3.6" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem "rails", "~> 6.1.6" +gem "rails", "~> 8.0.0" # Use postgresql as the database for Active Record gem "pg" # Use Puma as the app server