diff --git a/.travis.yml b/.travis.yml index 7258ea987..aaacd553a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,3 @@ rvm: matrix: allow_failures: - rvm: rbx-2 - - rvm: 2.1.0 diff --git a/README.md b/README.md index 78835ac79..b9d54e591 100644 --- a/README.md +++ b/README.md @@ -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