Skip to content

Commit ed18934

Browse files
committed
fix ci
1 parent 307feaa commit ed18934

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

view_component.gemspec

+4
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,8 @@ Gem::Specification.new do |spec|
6464
if RUBY_VERSION >= "3.3"
6565
spec.add_development_dependency "propshaft", "~> 1"
6666
end
67+
68+
if RUBY_VERSION >= "3.5"
69+
spec.add_development_dependency "cgi"
70+
end
6771
end

0 commit comments

Comments
 (0)