From aed645ea852a9b6819392620fe303129c6a8d815 Mon Sep 17 00:00:00 2001 From: OKURA Masafumi Date: Fri, 12 Jul 2024 00:21:21 +0900 Subject: [PATCH] Change "verified" versions in README https://github.com/mileszs/wicked_pdf/blob/master/.github/workflows/ci.yml This CI matrix implies this gem works with newer Ruby/Rails versions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80970be0..2b4c69a9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Wicked PDF uses the shell utility [wkhtmltopdf](http://wkhtmltopdf.org) to serve a PDF file to a user from HTML. In other words, rather than dealing with a PDF generation DSL of some sort, you simply write an HTML view as you would normally, then let Wicked PDF take care of the hard stuff. -_Wicked PDF has been verified to work on Ruby versions 2.2 through 2.6; Rails 4 through 6.1_ +_Wicked PDF has been verified to work on Ruby versions 2.2 through 3.2; Rails 4 through 7.0_ ### Installation