Skip to content

Commit

Permalink
Fix failing specs caused by latest version of mail gem
Browse files Browse the repository at this point in the history
  • Loading branch information
balvig committed Dec 13, 2022
1 parent f91a876 commit 53090f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postmark.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ Gem::Specification.new do |s|

s.add_dependency "json"

s.add_development_dependency "mail"
s.add_development_dependency "mail", "~> 2.7.0" # https://github.com/mikel/mail/pull/1539
s.add_development_dependency "rake"
end

0 comments on commit 53090f1

Please sign in to comment.