Skip to content

Commit

Permalink
WIP: Upgrade devise to 4.4.x
Browse files Browse the repository at this point in the history
This is a required step. Blocked by this extension: phatworx/devise_security_extension#192

Possible solution: forked gem devise-security: https://github.com/devise-security/devise-security
  • Loading branch information
your committed Jan 8, 2019
1 parent 3aa338a commit c83a360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ gem 'active_model_serializers', '~> 0.10.1'
gem 'azure-storage'
gem 'bootstrap-sass'
gem 'bowndler', github: 'moneyadviceservice/bowndler'
gem 'devise', '3.5.10'
gem 'devise', '~> 4.4'
gem 'devise_invitable', '1.6.1'
gem 'devise_security_extension'
# Dough assets are loaded from a CDN instead of from the Gem. Do make sure that
Expand Down

0 comments on commit c83a360

Please sign in to comment.