From e765e7984a42e41b0e7ab7d4fa117c203b131fab Mon Sep 17 00:00:00 2001 From: Eiji Iwazawa Date: Thu, 26 Jun 2025 16:44:03 +0900 Subject: [PATCH] Update gemspec to allow activerecord 8.x https://github.com/ctran/annotate_models/pull/1033 --- annotate.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotate.gemspec b/annotate.gemspec index 43b2ac99..9f262572 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', '< 8.0']) + s.add_runtime_dependency(%q, ['>= 3.2', '< 9.0']) s.metadata = { "bug_tracker_uri" => "https://github.com/ctran/annotate_models/issues/",