Browse Source

Point to custom devise (#211)

pull/217/head
baarkerlounger 3 years ago committed by GitHub
parent
commit
a9008098c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Gemfile
  2. 8
      Gemfile.lock

2
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

8
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)

Loading…
Cancel
Save