From 5a3aaf2ef96230f81d428f778846584a80b51e2b Mon Sep 17 00:00:00 2001 From: Phil Lee Date: Fri, 12 May 2023 12:19:01 +0100 Subject: [PATCH] remove superfluous comment --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 777de1349..229ae16e6 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,6 @@ gem "roo" # Json Schema gem "json-schema" # Authentication -# Point at branch until devise is compatible with Turbo, see https://github.com/heartcombo/devise/pull/5340 gem "devise" # Two-factor Authentication for devise models. gem "devise_two_factor_authentication"