README.md in prawn-svg-0.31.0 vs README.md in prawn-svg-0.32.0

- old
+ new

@@ -1,17 +1,17 @@ # prawn-svg [![Gem Version](https://badge.fury.io/rb/prawn-svg.svg)](https://badge.fury.io/rb/prawn-svg) -[![Build Status](https://travis-ci.org/mogest/prawn-svg.svg?branch=master)](https://travis-ci.org/mogest/prawn-svg) +![Build Status](https://github.com/mogest/prawn-svg/actions/workflows/test.yml/badge.svg?branch=master) An SVG renderer for the Prawn PDF library. This will take an SVG document as input and render it into your PDF. Find out more about the Prawn PDF library at: http://github.com/prawnpdf/prawn prawn-svg is compatible with all versions of Prawn from 0.11.1 onwards, including the 1.x and 2.x series. -The minimum Ruby version required is 2.1.0. +The minimum Ruby version required is 2.3.0. ## Using prawn-svg ```ruby Prawn::Document.generate("test.pdf") do