Skip to content

Commit

Permalink
Add official support for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Jan 21, 2014
1 parent bc306c1 commit 760f597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ rvm:
matrix:
allow_failures:
- rvm: rbx-2
- rvm: 2.1.0
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ One thing Prawn is not, and will never be, is an HTML to PDF generator. For thos

## Supported Ruby Versions and Implementations

Because Prawn is pure Ruby and virtually all of its dependencies are maintained by our core team, it should run pretty much anywhere, including Rubinius, JRuby, MacRuby, etc. We officially support MRI {1.9.3 and 2.0.0} and jruby 1.7.x in 1.9 mode, however we will accept patches to fix problems on other Ruby platforms if they aren't too invasive.
Because Prawn is pure Ruby and virtually all of its dependencies are maintained
by our core team, it should run pretty much anywhere, including Rubinius, JRuby,
MacRuby, etc. We officially support MRI {1.9.3, 2.0.0, 2.1.0} and jruby 1.7.x in 1.9 mode, however we will accept patches to fix problems on other Ruby platforms if they aren't too invasive.

## Installing Prawn

Expand Down

0 comments on commit 760f597

Please sign in to comment.