Skip to content

Commit

Permalink
Upgrade bcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Verna committed Dec 30, 2011
1 parent d21183b commit 721437a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acts_as_textcaptcha.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- {test}/*`.split("\n") s.test_files = `git ls-files -- {test}/*`.split("\n")
s.require_paths = ["lib"] s.require_paths = ["lib"]


s.add_dependency('bcrypt-ruby', '~> 2.1.4') s.add_dependency('bcrypt-ruby')


s.add_development_dependency('rails') s.add_development_dependency('rails')
s.add_development_dependency('bundler') s.add_development_dependency('bundler')
Expand Down

0 comments on commit 721437a

Please sign in to comment.