From 903f3bf9984cf4c92d6a5e99f3768de99d05adb4 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Tue, 1 May 2018 21:50:37 +1000 Subject: [PATCH] Hard code gem 'therubyracer', '0.12.3' for Linux systems Parrot and Kali now support therubyracer version 0.12.3 --- Gemfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 40eff9a06..17080ff95 100644 --- a/Gemfile +++ b/Gemfile @@ -26,11 +26,7 @@ gem 'nokogiri', '>= 1.7' gem 'rake' if RUBY_PLATFORM.downcase.include?('linux') - if File.readlines('/etc/os-release').grep(/^ID=(kali|parrot)/).any? - gem 'therubyracer', '0.12.2' - else - gem 'therubyracer', '0.12.3' - end + gem 'therubyracer', '0.12.3' end # SQLite support