add bcrypt gem

This commit is contained in:
albert
2013-03-03 16:17:50 -05:00
parent 427e90bafb
commit 880a7c5324
2 changed files with 3 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ gem 'net-sftp'
gem 'newrelic_rpm'
gem 'term-ansicolor', :require => "term/ansicolor"
gem 'diff-lcs', :require => "diff/lcs/array"
gem 'bcrypt-ruby'
group :development do
gem 'ruby-prof'