Skip to content

Commit

Permalink
Bumped orm_adapter requirement up to ~> 0.0.7 per ianwhite/orm_adapte…
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Mar 25, 2012
1 parent e92ae37 commit 473a68d
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 473a68d

Please sign in to comment.