I am developing a Rails 4 app using the Active Admin gem for the administration back end. Active Admin in turn uses Devise for user authentication. Now, when I try to deploy
I ran bundle update this morning and started getting the same error.
bundle update
I added it as a line in config/initializers/devise.rb and the error was fixed.
config/initializers/devise.rb
This seems to be the commit which introduced it.