Skip to content

Commit

Permalink
added brcrypt as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Sousa committed Feb 13, 2012
1 parent 2d1062f commit 98581bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ group :development do
gem 'simplecov', '>= 0.3.8', :require => false # Will install simplecov-html as a dependency
gem 'timecop'
gem 'capybara'
gem 'bcrypt-ruby', "~> 3.0.0"
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ GEM
addressable (2.2.6)
archive-tar-minitar (0.5.2)
arel (3.0.0)
bcrypt-ruby (3.0.1)
builder (3.0.0)
capybara (1.1.2)
mime-types (>= 1.16)
Expand Down Expand Up @@ -153,6 +154,7 @@ PLATFORMS
ruby

DEPENDENCIES
bcrypt-ruby (~> 3.0.0)
bundler (~> 1.0.0)
capybara
jeweler (~> 1.5.2)
Expand Down

0 comments on commit 98581bd

Please sign in to comment.