Update open_graph_reader to 0.8.0

closes #8463
This commit is contained in:
Dennis Schubert
2025-01-23 19:09:56 +01:00
parent d26b917e6f
commit c24ca7d56c
5 changed files with 6 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ Before do
stub_request(:head, /.+/).with(
headers: {
"Accept" => "text/html",
"User-Agent" => "OpenGraphReader/0.7.2 (+https://github.com/jhass/open_graph_reader)"
"User-Agent" => "OpenGraphReader/0.8.0 (+https://github.com/jhass/open_graph_reader)"
}
).to_return(status: 200, body: "", headers: {"Content-Type" => "text/plain"})
end