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:
parent
acdc38d753
commit
b51cef6cee
2 changed files with 11 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue