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" gem "json-schema"
# Authentication # Authentication
# Point at branch until devise is compatible with Turbo, see https://github.com/heartcombo/devise/pull/5340 # 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 # UK postcode parsing and validation
gem "uk_postcode" gem "uk_postcode"
# Get rich data from postcode lookups. Wraps postcodes.io # Get rich data from postcode lookups. Wraps postcodes.io

8
Gemfile.lock

@ -17,11 +17,11 @@ GIT
responders (>= 2, < 4) responders (>= 2, < 4)
GIT GIT
remote: https://github.com/ghiculescu/devise.git remote: https://github.com/baarkerlounger/devise.git
revision: 3b2d9ae3d47be5c9228c4446119b04b0e98917c1 revision: 0f585ea6683a06858863597628b48610731c2613
branch: error-code-422 branch: dluhc-fixes
specs: specs:
devise (4.8.0) devise (4.8.1)
bcrypt (~> 3.0) bcrypt (~> 3.0)
orm_adapter (~> 0.1) orm_adapter (~> 0.1)
railties (>= 4.1.0) railties (>= 4.1.0)

Loading…
Cancel
Save