Skip to content

Commit

Permalink
Update supported Rubies (drop MRI 1.8.7 + 1.9.2, add JRuby 1.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
practicingruby committed Nov 22, 2013
1 parent 835c48c commit 49d6438
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- rbx-18mode
- rbx-19mode
- jruby-18mode
- jruby-19mode
matrix:
allow_failures:
- rvm: 2.0.0
- rvm: rbx-18mode
- rvm: rbx-19mode
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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.8.7, 1.9.2, 1.9.3} and jruby 1.7.x in 1.8 and 1.9 modes, 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 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.

## Installing Prawn

Expand Down

0 comments on commit 49d6438

Please sign in to comment.