Skip to content

Commit

Permalink
Depend on latest bcrypt.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 25, 2011
1 parent 0f3cef4 commit 4f76e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Gem::Specification.new do |s|

s.add_dependency("warden", "~> 1.0.3")
s.add_dependency("orm_adapter", "~> 0.0.3")
s.add_dependency("bcrypt-ruby", "~> 2.1.2")
s.add_dependency("bcrypt-ruby", "~> 3.0")
end

0 comments on commit 4f76e6f

Please sign in to comment.