From 2f61d9d955548e45d7426660598d14b985bc5020 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 11:08:24 +0900 Subject: [PATCH] Update rake requirement from >= 10.4, < 13.0 to >= 10.4, < 14.0 (#659) Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v10.4.0...v13.0.0) Signed-off-by: dependabot-preview[bot] --- annotate.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.gemspec b/annotate.gemspec index ddeb199a7..9adf26a77 100644 --- a/annotate.gemspec +++ b/annotate.gemspec @@ -22,6 +22,6 @@ Gem::Specification.new do |s| s.summary = 'Annotates Rails Models, routes, fixtures, and others based on the database schema.' s.specification_version = 4 if s.respond_to? :specification_version - s.add_runtime_dependency(%q, ['>= 10.4', '< 13.0']) + s.add_runtime_dependency(%q, '>= 10.4', '< 14.0') s.add_runtime_dependency(%q, ['>= 3.2', '< 7.0']) end