From 299338995ceaff4ec4c6cb914376add8c9fbe280 Mon Sep 17 00:00:00 2001 From: Anthony Smith Date: Fri, 17 Jul 2015 23:29:44 -0400 Subject: [PATCH] Removed old rbx dependencies --- Gemfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Gemfile b/Gemfile index 4c9c511..1f499ea 100644 --- a/Gemfile +++ b/Gemfile @@ -13,10 +13,3 @@ group :test do gem 'rspec' gem 'simplecov' end - -platforms :rbx do - gem 'racc' - gem 'rubinius-coverage', github: 'rubinius/rubinius-coverage' - gem 'rubysl' - gem 'rubysl-json' -end \ No newline at end of file