Skip to content

Commit c59eaea

Browse files
authoredJun 28, 2024··
Pin tilt to version 2.4.0
1 parent 2f1370f commit c59eaea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎hanami-mailer.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
2323
spec.required_ruby_version = ">= 3.0"
2424

2525
spec.add_dependency "hanami-utils", "~> 2.0.alpha"
26-
spec.add_dependency "tilt", "~> 2.0", ">= 2.0.1"
26+
spec.add_dependency "tilt", "2.4.0"
2727
spec.add_dependency "mail", "~> 2.7"
2828

2929
# FIXME: remove when https://github.com/mikel/mail/pull/1439 gets merged AND a new version of `mail` gets released

0 commit comments

Comments
 (0)
Please sign in to comment.