From e8dbd692f6439c5e31b0b8879d4620d89eb2eb74 Mon Sep 17 00:00:00 2001
From: Marin Jankovski <maxlazio@gmail.com>
Date: Fri, 13 Mar 2015 18:22:26 -0700
Subject: [PATCH] Remove rubyracer

---
 Gemfile      | 1 -
 Gemfile.lock | 6 ------
 2 files changed, 7 deletions(-)

diff --git a/Gemfile b/Gemfile
index 44f024a4b8e..439d0c313e6 100644
--- a/Gemfile
+++ b/Gemfile
@@ -268,7 +268,6 @@ end
 
 group :production do
   gem "gitlab_meta", '7.0'
-  gem "therubyracer"
 end
 
 gem "newrelic_rpm"
diff --git a/Gemfile.lock b/Gemfile.lock
index b331c29f7ef..397735d994a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -320,7 +320,6 @@ GEM
       addressable (~> 2.3)
     letter_opener (1.1.2)
       launchy (~> 2.2)
-    libv8 (3.16.14.7)
     listen (2.3.1)
       celluloid (>= 0.15.2)
       rb-fsevent (>= 0.9.3)
@@ -479,7 +478,6 @@ GEM
       redis-store (~> 1.1.0)
     redis-store (1.1.4)
       redis (>= 2.2)
-    ref (1.0.5)
     request_store (1.0.5)
     rest-client (1.6.7)
       mime-types (>= 1.16)
@@ -600,9 +598,6 @@ GEM
       tins (~> 0.8)
     terminal-table (1.4.5)
     test_after_commit (0.2.2)
-    therubyracer (0.12.0)
-      libv8 (~> 3.16.14.0)
-      ref
     thin (1.6.1)
       daemons (>= 1.0.9)
       eventmachine (>= 1.0.0)
@@ -788,7 +783,6 @@ DEPENDENCIES
   stamp
   state_machine
   test_after_commit
-  therubyracer
   thin
   tinder (~> 1.9.2)
   turbolinks
-- 
2.30.9