Skip to content

Commit

Permalink
bumping bcrypt-ruby requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Aug 24, 2011
1 parent 44f0709 commit 09e2109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemodel/activemodel.gemspec
Expand Up @@ -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

0 comments on commit 09e2109

Please sign in to comment.