Require only stdlib for password reset rake task

This commit is contained in:
Dan Rice 2014-05-15 22:35:28 -04:00
parent 1b3543c5de
commit 4a3d5a74e6
3 changed files with 8 additions and 7 deletions

View file

@ -31,7 +31,6 @@ 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'