Bundle bcrypt-ruby gem
This commit is contained in:
parent
7bf4d4c5f9
commit
0fb9496fb3
2
Gemfile
2
Gemfile
@ -6,6 +6,8 @@ gem 'sqlite3'
|
|||||||
|
|
||||||
gem 'haml'
|
gem 'haml'
|
||||||
|
|
||||||
|
gem 'bcrypt-ruby'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'rspec-rails'
|
gem 'rspec-rails'
|
||||||
gem 'cucumber-rails'
|
gem 'cucumber-rails'
|
||||||
|
@ -29,6 +29,7 @@ GEM
|
|||||||
activesupport (= 3.0.9)
|
activesupport (= 3.0.9)
|
||||||
activesupport (3.0.9)
|
activesupport (3.0.9)
|
||||||
arel (2.0.10)
|
arel (2.0.10)
|
||||||
|
bcrypt-ruby (2.1.4)
|
||||||
builder (2.1.2)
|
builder (2.1.2)
|
||||||
capybara (1.0.0)
|
capybara (1.0.0)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16)
|
||||||
@ -125,6 +126,7 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
|
bcrypt-ruby
|
||||||
capybara
|
capybara
|
||||||
cucumber-rails
|
cucumber-rails
|
||||||
database_cleaner
|
database_cleaner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user