mailcatcher: fix libxml2.12 breaking change

This commit is contained in:
Adam Szucs-Matyas 2024-02-02 16:21:04 +01:00 committed by Cole Helbling
parent a1eec211fc
commit 8b4b69be04
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nokogiri (1.15.3)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
psych (5.1.0)

View File

@ -300,10 +300,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1jw8a20a9k05fpz3q24im19b97idss3179z76yn5scc5b8lk2rl7";
sha256 = "1l8b0i24h4irivyhwy9xmkjbggw86cxkzkiqdqg0jpcp9qc8h4rl";
type = "gem";
};
version = "1.15.3";
version = "1.16.0";
};
psych = {
dependencies = ["stringio"];