From a562ae53bcec6962e458f5718d713214e18ccf34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 08:40:31 +0000 Subject: [PATCH] chore(deps): update rails requirement from ~> 8.0.2, >= 8.0.2.1 to ~> 8.1.1 Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Commits](https://github.com/rails/rails/compare/v8.0.2.1...v8.1.1) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 51de32a..a4ad9a7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" -gem "rails", "~> 8.0.2", ">= 8.0.2.1" +gem "rails", "~> 8.1.1" # Use sqlite3 as the database for Active Record gem "sqlite3", ">= 2.1" # Use the Puma web server [https://github.com/puma/puma]