bumping bcrypt-ruby requirement

This commit is contained in:
Aaron Patterson 2011-08-24 13:26:38 -07:00
parent 44f07098fe
commit 09e2109686
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ Gem::Specification.new do |s|
s.add_dependency('activesupport', version)
s.add_dependency('builder', '~> 3.0.0')
s.add_dependency('i18n', '~> 0.6')
s.add_dependency('bcrypt-ruby', '~> 2.1.4')
s.add_dependency('bcrypt-ruby', '~> 3.0.0')
end