From 743b905c81c5c15b102ae53596bca5531d4dcc7a Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Sun, 7 Oct 2018 00:58:53 +0800 Subject: Drop support for Rubinius Fixes #1775 (Drop support for Rubinius) I am amazed how many hacks we've had just to support Rubinius. It feels good to be able to remove them and reduce the complexity of the codebase. --- Gemfile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index d0109dee..50c82f39 100644 --- a/Gemfile +++ b/Gemfile @@ -22,9 +22,3 @@ end group :development, :test do gem 'simplecov', '~> 0.8.0' end - -platform :rbx do - gem 'rubysl-singleton' - gem 'rubysl-prettyprint' - gem 'rb-readline' -end -- cgit v1.2.1