OSDN Git Service

Add "therubyracer" dependency required by execjs
authoreagletmt <eagletmt@gmail.com>
Fri, 27 Jul 2012 13:07:58 +0000 (22:07 +0900)
committereagletmt <eagletmt@gmail.com>
Fri, 27 Jul 2012 13:10:37 +0000 (22:10 +0900)
CutenServer/Gemfile
CutenServer/Gemfile.lock

index 108e49f..de6821b 100644 (file)
@@ -15,7 +15,7 @@ group :assets do
   gem 'coffee-rails', '~> 3.2.1'
 
   # See https://github.com/sstephenson/execjs#readme for more supported runtimes
-  gem 'therubyracer', :platforms => :ruby
+  gem 'therubyracer', :platforms => :ruby
 
   gem 'uglifier', '>= 1.0.3'
 end
index 8cce2e0..e2e794b 100644 (file)
@@ -59,6 +59,7 @@ GEM
       railties (>= 3.2.0, < 5.0)
       thor (~> 0.14)
     json (1.7.3)
+    libv8 (3.3.10.4)
     mail (2.4.4)
       i18n (>= 0.4.0)
       mime-types (~> 1.16)
@@ -102,6 +103,8 @@ GEM
       rack (~> 1.0)
       tilt (~> 1.1, != 1.3.0)
     sqlite3 (1.3.6)
+    therubyracer (0.10.1)
+      libv8 (~> 3.3.10)
     thor (0.15.2)
     tilt (1.3.3)
     treetop (1.4.10)
@@ -125,4 +128,5 @@ DEPENDENCIES
   rails (= 3.2.6)
   sass-rails (~> 3.2.3)
   sqlite3
+  therubyracer
   uglifier (>= 1.0.3)