Skip to content

Commit

Permalink
download Devise branch from github
Browse files Browse the repository at this point in the history
this is required to sidestep the fact that Devise has compatible Omniauth
versions hardcoded as '1.x.x' and Omniauth has recently gone '2.0.x'.

the Devise maintainer is planning a release that will include the fix for
this, in the meantime advised for people to keep using this branch.
See heartcombo/devise#5327 for more details.
  • Loading branch information
ph448 committed Apr 13, 2021
1 parent 61e4c8b commit 585a6fc
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 @@ -37,7 +37,7 @@ gem 'puma'
gem 'smarter_csv'
gem 'acts-as-taggable-on'
gem 'filterrific'
gem 'devise'
gem 'devise', github: 'heartcombo/devise', branch: 'ca-omniauth-2'
gem 'omniauth'
gem "paranoia", "~> 2.0"
gem 'paperclip'
Expand Down

0 comments on commit 585a6fc

Please sign in to comment.