summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2015-03-16 23:53:20 +0000
committerMarin Jankovski <marin@gitlab.com>2015-03-16 23:53:20 +0000
commit807e0361a37832667def227efa3b7439907d5f29 (patch)
tree7f7ac8c70b8ad6d15057bef8f104a0e2a6804e3d
parent5eec504cd099e4298e743c99a31e64ab00239107 (diff)
parent05474d961c5e086abed93376e8f65632b0facbb9 (diff)
downloadgitlab-ci-807e0361a37832667def227efa3b7439907d5f29.tar.gz
Merge branch 'remove_rubyracer' into 'master'
Remove therubyracer gem. See merge request !137
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock6
2 files changed, 0 insertions, 7 deletions
diff --git a/Gemfile b/Gemfile
index 73c6940..cabaeaf 100644
--- a/Gemfile
+++ b/Gemfile
@@ -74,7 +74,6 @@ gem 'sass-rails', '~> 4.0.0'
gem 'coffee-rails', '~> 4.0.0'
gem 'uglifier', '>= 1.0.3'
-gem "therubyracer"
gem 'bootstrap-sass', '~> 3.0'
gem "font-awesome-rails", '~> 3.2'
gem 'turbolinks'
diff --git a/Gemfile.lock b/Gemfile.lock
index ef2a25c..99d833e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -176,7 +176,6 @@ GEM
addressable (~> 2.3)
letter_opener (1.1.2)
launchy (~> 2.2)
- libv8 (3.16.14.7)
listen (2.4.0)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
@@ -254,7 +253,6 @@ GEM
redis (3.0.6)
redis-namespace (1.4.1)
redis (~> 3.0.4)
- ref (1.0.5)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.14.1)
@@ -333,9 +331,6 @@ GEM
term-ansicolor (1.2.2)
tins (~> 0.8)
terminal-table (1.4.5)
- therubyracer (0.12.0)
- libv8 (~> 3.16.14.0)
- ref
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
@@ -426,7 +421,6 @@ DEPENDENCIES
spring-commands-rspec
stamp
state_machine
- therubyracer
turbolinks
uglifier (>= 1.0.3)
unicorn (~> 4.8.2)