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. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 210a554a..39b39dc5 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,6 @@ coverage/ /tags vendor *.gem -.rbx/ .rvmrc Gemfile.lock *.swp -- cgit v1.2.1