Use an unreleased warden to avoid a devise error

The fix to the following issue
https://github.com/hassox/warden/issues/147
has yet to be integrated into an official release
This commit is contained in:
gregoirenovel 2018-01-16 18:31:54 +01:00
parent acdc38d753
commit b51cef6cee
2 changed files with 11 additions and 2 deletions

View file

@ -20,6 +20,8 @@ gem 'sdoc', '~> 0.4.0', group: :doc
# Enable deep clone of active record models
gem 'deep_cloneable', '~> 2.2.1'
gem 'warden', git: 'https://github.com/hassox/warden.git', branch: 'master'
# Use Unicorn as the app server
gem 'unicorn'

View file

@ -1,3 +1,11 @@
GIT
remote: https://github.com/hassox/warden.git
revision: a4b197e0b28e7b576b0745b0f6aeaed8dbb774a4
branch: master
specs:
warden (1.2.8)
rack (>= 1.0)
GIT
remote: https://github.com/mina-deploy/mina.git
revision: 343a7ab672d8b4f0ddb84ec240cde7d94b46397a
@ -692,8 +700,6 @@ GEM
activemodel (>= 3.0.0)
addressable
vcr (3.0.3)
warden (1.2.6)
rack (>= 1.0)
web-console (3.4.0)
actionview (>= 5.0)
activemodel (>= 5.0)
@ -804,6 +810,7 @@ DEPENDENCIES
unicode_utils
unicorn
vcr
warden!
web-console
webmock
xray-rails