Bundle bcrypt-ruby gem

This commit is contained in:
Thibault Jouan 2011-08-08 18:54:11 +00:00
parent 7bf4d4c5f9
commit 0fb9496fb3
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ gem 'sqlite3'
gem 'haml'
gem 'bcrypt-ruby'
group :development, :test do
gem 'rspec-rails'
gem 'cucumber-rails'

View File

@ -29,6 +29,7 @@ GEM
activesupport (= 3.0.9)
activesupport (3.0.9)
arel (2.0.10)
bcrypt-ruby (2.1.4)
builder (2.1.2)
capybara (1.0.0)
mime-types (>= 1.16)
@ -125,6 +126,7 @@ PLATFORMS
ruby
DEPENDENCIES
bcrypt-ruby
capybara
cucumber-rails
database_cleaner