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'