Upgrade Devise from 4.1.1 to 4.2.0.
This fixes an issue with Rails 5 and brings us up-to-date with the latest Devise release. This also replaces the deprecated Devise::TestHelpers with Devise::Test::ControllerHelpers. Changelog: https://github.com/plataformatec/devise/blob/v4.2.0/CHANGELOG.md#420---2016-07-01
Showing
... | ... | @@ -17,7 +17,7 @@ gem 'mysql2', '~> 0.3.16', group: :mysql |
gem 'pg', '~> 0.18.2', group: :postgres | ||
# Authentication libraries | ||
gem 'devise', '~> 4.0' | ||
gem 'devise', '~> 4.2' | ||
gem 'doorkeeper', '~> 4.2.0' | ||
gem 'omniauth', '~> 1.3.1' | ||
gem 'omniauth-auth0', '~> 1.4.1' | ||
... | ... |
Please register or sign in to comment