use bcrypt 3.0.0 that is compiled on thalamus

This commit is contained in:
joshua stein 2012-06-30 14:23:08 -05:00
parent 578c96d653
commit 0a97a5672c
2 changed files with 3 additions and 3 deletions

View file

@ -10,7 +10,7 @@ gem "mysql2"
gem 'jquery-rails' gem 'jquery-rails'
# To use ActiveModel has_secure_password # To use ActiveModel has_secure_password
gem 'bcrypt-ruby', '~> 3.0.0' gem 'bcrypt-ruby', '3.0.0'
gem "dynamic_form" gem "dynamic_form"

View file

@ -29,7 +29,7 @@ GEM
i18n (~> 0.6) i18n (~> 0.6)
multi_json (~> 1.0) multi_json (~> 1.0)
arel (3.0.2) arel (3.0.2)
bcrypt-ruby (3.0.1) bcrypt-ruby (3.0.0)
builder (3.0.0) builder (3.0.0)
diff-lcs (1.1.3) diff-lcs (1.1.3)
dynamic_form (1.1.4) dynamic_form (1.1.4)
@ -104,7 +104,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
bcrypt-ruby (~> 3.0.0) bcrypt-ruby (= 3.0.0)
dynamic_form dynamic_form
jquery-rails jquery-rails
machinist machinist