Skip to content

Commit e765e79

Browse files
committed
Update gemspec to allow activerecord 8.x
ctran#1033
1 parent 5d01c41 commit e765e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

annotate.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
2323

2424
s.specification_version = 4 if s.respond_to? :specification_version
2525
s.add_runtime_dependency(%q<rake>, '>= 10.4', '< 14.0')
26-
s.add_runtime_dependency(%q<activerecord>, ['>= 3.2', '< 8.0'])
26+
s.add_runtime_dependency(%q<activerecord>, ['>= 3.2', '< 9.0'])
2727

2828
s.metadata = {
2929
"bug_tracker_uri" => "https://github.com/ctran/annotate_models/issues/",

0 commit comments

Comments
 (0)