restore reset_password rake task

This commit is contained in:
Reinier Balt 2014-02-09 14:56:05 +01:00
parent e0336f578e
commit a67f88bcfa
3 changed files with 27 additions and 0 deletions

View file

@ -31,6 +31,7 @@ gem "htmlentities"
gem "swf_fu"
gem "rails_autolink"
gem "cache_digests"
gem "highline" # for reset_password rake task
# To use ActiveModel has_secure_password
gem 'bcrypt-ruby', '~> 3.0.0'