Add bcrypt-ruby to Gemfile template

This commit is contained in:
Guillermo Iguaran 2011-09-03 00:05:37 -05:00
parent 5912ed9902
commit af54fc5586

@ -10,6 +10,9 @@ source 'http://rubygems.org'
<%= assets_gemfile_entry %> <%= assets_gemfile_entry %>
<%= javascript_gemfile_entry %> <%= javascript_gemfile_entry %>
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# Use unicorn as the web server # Use unicorn as the web server
# gem 'unicorn' # gem 'unicorn'