Commit 8c2655b5 authored by Marin Jankovski's avatar Marin Jankovski

Remove rubyracer gem.

parent 06439fd7
...@@ -268,7 +268,6 @@ end ...@@ -268,7 +268,6 @@ end
group :production do group :production do
gem "gitlab_meta", '7.0' gem "gitlab_meta", '7.0'
gem "therubyracer"
end end
gem "newrelic_rpm" gem "newrelic_rpm"
......
...@@ -320,7 +320,6 @@ GEM ...@@ -320,7 +320,6 @@ GEM
addressable (~> 2.3) addressable (~> 2.3)
letter_opener (1.1.2) letter_opener (1.1.2)
launchy (~> 2.2) launchy (~> 2.2)
libv8 (3.16.14.7)
listen (2.3.1) listen (2.3.1)
celluloid (>= 0.15.2) celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
...@@ -479,7 +478,6 @@ GEM ...@@ -479,7 +478,6 @@ GEM
redis-store (~> 1.1.0) redis-store (~> 1.1.0)
redis-store (1.1.4) redis-store (1.1.4)
redis (>= 2.2) redis (>= 2.2)
ref (1.0.5)
request_store (1.0.5) request_store (1.0.5)
rest-client (1.6.7) rest-client (1.6.7)
mime-types (>= 1.16) mime-types (>= 1.16)
...@@ -600,9 +598,6 @@ GEM ...@@ -600,9 +598,6 @@ GEM
tins (~> 0.8) tins (~> 0.8)
terminal-table (1.4.5) terminal-table (1.4.5)
test_after_commit (0.2.2) test_after_commit (0.2.2)
therubyracer (0.12.0)
libv8 (~> 3.16.14.0)
ref
thin (1.6.1) thin (1.6.1)
daemons (>= 1.0.9) daemons (>= 1.0.9)
eventmachine (>= 1.0.0) eventmachine (>= 1.0.0)
...@@ -788,7 +783,6 @@ DEPENDENCIES ...@@ -788,7 +783,6 @@ DEPENDENCIES
stamp stamp
state_machine state_machine
test_after_commit test_after_commit
therubyracer
thin thin
tinder (~> 1.9.2) tinder (~> 1.9.2)
turbolinks turbolinks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment