Officially support Rails 6.0

Also remove upper bound on railties so people can try devise with new
versions without having to wait us to change the gem and report bugs.
This commit is contained in:
Rafael Mendonça França
2019-06-12 16:10:13 -04:00
parent 44f7325a91
commit 54fb582269
9 changed files with 13 additions and 12 deletions

View File

@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
s.add_dependency("warden", "~> 1.2.3")
s.add_dependency("orm_adapter", "~> 0.1")
s.add_dependency("bcrypt", "~> 3.0")
s.add_dependency("railties", ">= 4.1.0", "< 6.0")
s.add_dependency("railties", ">= 4.1.0")
s.add_dependency("responders")
end