summaryrefslogtreecommitdiff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2012-10-05 14:24:40 +0200
committerAzul <azul@leap.se>2012-10-05 14:25:34 +0200
commit76e4a13c3d2cc16c552d2205c8659be686f3718c (patch)
treedd4ea62f43f6df334264d09f3be6f44f99756bea /Gemfile.lock
parent9621b9013bbeb7ae7111cec081db6ea695755cde (diff)
enable therubyracer so we have a js runtime
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 589b702..636ce1b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -95,6 +95,7 @@ GEM
railties (>= 3.1.0, < 5.0)
thor (~> 0.14)
json (1.7.5)
+ libv8 (3.3.10.4)
linecache (0.46)
rbx-require-relative (> 0.0.4)
mail (2.4.4)
@@ -153,6 +154,8 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
+ therubyracer (0.10.2)
+ libv8 (~> 3.3.10)
thor (0.16.0)
tilt (1.3.3)
treetop (1.4.10)
@@ -182,4 +185,5 @@ DEPENDENCIES
ruby-debug
sass-rails (~> 3.2.5)
simple_form
+ therubyracer
uglifier (>= 1.2.7)