From 2aa0549b1e152d33ef0bab5262fc5eb1e43f0c86 Mon Sep 17 00:00:00 2001 From: Recker Swartz Date: Tue, 18 Jan 2022 23:30:03 +0530 Subject: [PATCH] Update annotate.gemspec Add Support for rails 7.0.1 too. ``` Bundler could not find compatible versions for gem "activerecord": In snapshot (Gemfile.lock): activerecord (= 7.0.1) In Gemfile: annotate (~> 3.1, >= 3.1.1) was resolved to 3.1.1, which depends on activerecord (< 7.0, >= 3.2) rails (~> 7.0.1) was resolved to 7.0.1, which depends on activerecord (= 7.0.1) ``` --- annotate.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.gemspec b/annotate.gemspec index 81e2e6967..b0c709a29 100644 --- a/annotate.gemspec +++ b/annotate.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |s| s.specification_version = 4 if s.respond_to? :specification_version s.add_runtime_dependency(%q, '>= 10.4', '< 14.0') - s.add_runtime_dependency(%q, ['>= 3.2', '< 7.0']) + s.add_runtime_dependency(%q, ['>= 3.2', '< 7.1']) s.metadata = { "bug_tracker_uri" => "https://github.com/ctran/annotate_models/issues/",