Skip to content

Commit

Permalink
Depend on latest warden
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Jun 26, 2012
1 parent 6c80839 commit a89a205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.test_files = `git ls-files -- test/*`.split("\n")
s.require_paths = ["lib"]

s.add_dependency("warden", "~> 1.1")
s.add_dependency("warden", "~> 1.2.1")
s.add_dependency("orm_adapter", "~> 0.1")
s.add_dependency("bcrypt-ruby", "~> 3.0")
s.add_dependency("railties", "~> 3.1")
Expand Down

0 comments on commit a89a205

Please sign in to comment.