From 287738e4a99d17ab951c5f8bcde85982d92bcfb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 23:34:25 +0000 Subject: [PATCH] Update rails requirement from ~> 7.1 to ~> 8.1 in /web/rails-omniauth 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.2) --- updated-dependencies: - dependency-name: rails dependency-version: 8.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- web/rails-omniauth/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/rails-omniauth/Gemfile b/web/rails-omniauth/Gemfile index eff9b5e..c2d2a18 100644 --- a/web/rails-omniauth/Gemfile +++ b/web/rails-omniauth/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '~> 7.1' +gem 'rails', '~> 8.1' gem 'puma' gem 'omniauth-openid-connect' gem 'omniauth-rails_csrf_protection'