add bcrypt gem
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -32,6 +32,7 @@ gem 'net-sftp'
|
|||||||
gem 'newrelic_rpm'
|
gem 'newrelic_rpm'
|
||||||
gem 'term-ansicolor', :require => "term/ansicolor"
|
gem 'term-ansicolor', :require => "term/ansicolor"
|
||||||
gem 'diff-lcs', :require => "diff/lcs/array"
|
gem 'diff-lcs', :require => "diff/lcs/array"
|
||||||
|
gem 'bcrypt-ruby'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'ruby-prof'
|
gem 'ruby-prof'
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ GEM
|
|||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
arel (3.0.2)
|
arel (3.0.2)
|
||||||
awesome_print (1.1.0)
|
awesome_print (1.1.0)
|
||||||
|
bcrypt-ruby (3.0.1)
|
||||||
bourne (1.1.2)
|
bourne (1.1.2)
|
||||||
mocha (= 0.10.5)
|
mocha (= 0.10.5)
|
||||||
builder (3.0.4)
|
builder (3.0.4)
|
||||||
@@ -186,6 +187,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
awesome_print
|
awesome_print
|
||||||
|
bcrypt-ruby
|
||||||
daemons
|
daemons
|
||||||
delayed_job
|
delayed_job
|
||||||
delayed_job_active_record
|
delayed_job_active_record
|
||||||
|
|||||||
Reference in New Issue
Block a user