From 2c1b1500f7fcdbad8ffe088660000e55d9801103 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 17:01:35 +0000 Subject: [PATCH] build(deps): update rails requirement from >= 7.1, < 8.1 to >= 7.1, < 8.2 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.1.0...v8.1.0) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.0 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 30c82af..750ffa4 100644 --- a/Gemfile +++ b/Gemfile @@ -4,5 +4,5 @@ source 'https://rubygems.org' gemspec gem 'activerecord-jdbcsqlite3-adapter', platforms: :jruby -gem 'rails', '>= 7.1', '< 8.1' +gem 'rails', '>= 7.1', '< 8.2' gem 'sqlite3', platforms: :ruby