mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Update Rails dependency contrainst to support the stable 5.0.0
release.
This commit is contained in:
parent
7b000390ac
commit
1147badf7c
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency("orm_adapter", "~> 0.1")
|
||||
s.add_dependency("bcrypt", "~> 3.0")
|
||||
s.add_dependency("thread_safe", "~> 0.1")
|
||||
s.add_dependency("railties", ">= 4.1.0", "< 5")
|
||||
s.add_dependency("railties", ">= 4.1.0", "< 5.1")
|
||||
s.add_dependency("responders")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue