From d215ba261f295d07883070bd3a798cd83e2e180c Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 12 Jan 2022 11:45:24 +0000 Subject: [PATCH] Point to custom devise --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index d97975eca..2f7253136 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem "roo" gem "json-schema" # Authentication # Point at branch until devise is compatible with Turbo, see https://github.com/heartcombo/devise/pull/5340 -gem "devise", github: "ghiculescu/devise", branch: "error-code-422" +gem "devise", github: "baarkerlounger/devise", branch: "dluhc-fixes" # UK postcode parsing and validation gem "uk_postcode" # Get rich data from postcode lookups. Wraps postcodes.io diff --git a/Gemfile.lock b/Gemfile.lock index 9c019c5ed..9299d42cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,11 +17,11 @@ GIT responders (>= 2, < 4) GIT - remote: https://github.com/ghiculescu/devise.git - revision: 3b2d9ae3d47be5c9228c4446119b04b0e98917c1 - branch: error-code-422 + remote: https://github.com/baarkerlounger/devise.git + revision: 0f585ea6683a06858863597628b48610731c2613 + branch: dluhc-fixes specs: - devise (4.8.0) + devise (4.8.1) bcrypt (~> 3.0) orm_adapter (~> 0.1) railties (>= 4.1.0)