Skip to content

Updated gems. Specs all still pass. (Devise pinned to 1.x)

Matthias Käppler requested to merge github/fork/robbkidd/update_the_gems into master

Created by: robbkidd

Pinned devise to the 1.x series for the moment. Going to 2.0 threw deprecation warnings about:

  • Devise.stateless_token= (append :token_auth to Devise.skip_session_storage instead)
  • devise.registrations.reasons in yml (use devise.registrations.signed_up_but_REASON)

Merge request reports