Skip to content

Commit

Permalink
Merge pull request heartcombo#1738 from parndt/patch-1
Browse files Browse the repository at this point in the history
Bumped orm_adapter requirement up to ~> 0.0.7 per ianwhite/orm_adapter#10
  • Loading branch information
josevalim committed Mar 25, 2012
2 parents e92ae37 + 473a68d commit e9a8c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devise.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency("warden", "~> 1.1.1")
s.add_dependency("orm_adapter", "~> 0.0.3")
s.add_dependency("orm_adapter", "~> 0.0.7")
s.add_dependency("bcrypt-ruby", "~> 3.0")
s.add_dependency("railties", "~> 3.1")
end

0 comments on commit e9a8c6c

Please sign in to comment.