Commit b249e8ab by Miklós Fazekas Committed by Cuong Tran

Support Rails 6 (#595)

parent 1992120e
......@@ -4,6 +4,7 @@ rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- 2.6.0
- ruby-head
matrix:
allow_failures:
......
......@@ -44,5 +44,5 @@ Gem::Specification.new do |s|
s.specification_version = 4 if s.respond_to? :specification_version
s.add_runtime_dependency(%q<rake>, ['>= 10.4', '< 13.0'])
s.add_runtime_dependency(%q<activerecord>, ['>= 3.2', '< 6.0'])
s.add_runtime_dependency(%q<activerecord>, ['>= 3.2', '< 7.0'])
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment