From 5d016810e71e6dfc3c7795b352bfc16e6d675c93 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Tue, 11 Feb 2014 12:35:05 -0600 Subject: [PATCH 1/2] Rubinius 2.2.5 now includes most of the std lib see http://www.benjaminfleischer.com/2013/12/05/testing-rubinius-on-travis-ci/ https://github.com/rubinius/rubinius/releases/tag/v2.2.5 --- Gemfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Gemfile b/Gemfile index d312135d4..8819a8d20 100644 --- a/Gemfile +++ b/Gemfile @@ -2,8 +2,3 @@ source 'https://rubygems.org' # Specify your gem's dependencies in parser.gemspec gemspec - -platforms :rbx do - gem 'rubysl', '~> 2.0' - gem 'rubinius', '~> 2.0' -end From 99dc63dc8da0ffc111579dca3de3c25d1632cfb8 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Tue, 11 Feb 2014 12:36:34 -0600 Subject: [PATCH 2/2] Specify TravisCI to run rbx-2 per @brixen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit see http://www.benjaminfleischer.com/2013/12/05/testing-rubinius-on-travis-ci/ https://github.com/tarcieri/http/pull/79#issuecomment-34628465 The ‘rbx-2’ is to limit testing on Rubinius 2.x since there will be other versions of Rubinius > 2.x --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d255ba63..d1d39c745 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ rvm: - 2.0.0 - jruby-18mode - jruby-19mode - - rbx + - rbx-2 before_install: - gem update bundler - bundle --version