From b6000cffaa302c7728e014db86010b7c0318c978 Mon Sep 17 00:00:00 2001 From: Brian Shirai Date: Fri, 31 Jul 2015 12:50:06 -0700 Subject: [PATCH] Remove rubysl from Gemfile. Rubinius has not required adding rubysl to the Gemfile for over a year, so if anyone has issues with this, they need to upgrade. --- Gemfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index 0797d424..f425ac0e 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,3 @@ gem "rack" gem 'minitest', '~> 4.0' gem "jruby-openssl", :platform => "jruby" - -platforms :rbx do - gem 'rubysl', '~> 2.0' -end