From 696afe35c02cf68920cfae699e4b0ef48f130c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:39:04 +0000 Subject: [PATCH] Update rails requirement from ~> 7.2.2 to ~> 8.1.3 in /test-app 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/v7.2.2...v8.1.3) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-app/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-app/Gemfile b/test-app/Gemfile index a1ebe68..8c1aba8 100644 --- a/test-app/Gemfile +++ b/test-app/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "rails", "~> 7.2.2" +gem "rails", "~> 8.1.3" gem "sprockets-rails", '~> 3.5' gem "sqlite3", '~> 2.9.5' gem "puma", "~> 8.0.2"