From 3f7720fa2781197aeab679df20ccbd0d886e9cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 22:08:47 +0000 Subject: [PATCH] chore(deps): Update rails requirement from ~> 7.1.3, >= 7.1.3.2 to ~> 8.1.1 Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version. Updates `rails` to 8.1.1 - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v7.1.3.2...v8.1.1) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.1 dependency-type: direct:production dependency-group: rails ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3ffe191..8f39f78 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' ruby '3.4.1' # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" -gem 'rails', '~> 7.1.3', '>= 7.1.3.2' +gem 'rails', '~> 8.1.1' # Use the Puma web server [https://github.com/puma/puma] gem 'puma', '>= 5.0'