mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Bumped orm_adapter requirement up to ~> 0.0.7 per ianwhite/orm_adapter#10
This commit is contained in:
parent
e92ae37dc3
commit
473a68dbf9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue