From 92f707e272c6c5ef67ad2829e87ae769de564b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Fri, 25 Jan 2019 22:24:38 +0100 Subject: [PATCH] Support Rails 6 (#595) --- .travis.yml | 1 + annotate.gemspec | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd62bb17b..623154090 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ rvm: - 2.2.7 - 2.3.4 - 2.4.1 +- 2.6.0 - ruby-head matrix: allow_failures: diff --git a/annotate.gemspec b/annotate.gemspec index 97e325eb2..2cdeed8c9 100644 --- a/annotate.gemspec +++ b/annotate.gemspec @@ -44,5 +44,5 @@ Gem::Specification.new do |s| s.specification_version = 4 if s.respond_to? :specification_version s.add_runtime_dependency(%q, ['>= 10.4', '< 13.0']) - s.add_runtime_dependency(%q, ['>= 3.2', '< 6.0']) + s.add_runtime_dependency(%q, ['>= 3.2', '< 7.0']) end