Skip to content

Commit

Permalink
Support warden ~> 1.1, closes heartcombo#1422
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 6, 2011
1 parent f9ef2cd commit 3a26eea
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 @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

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

0 comments on commit 3a26eea

Please sign in to comment.