Commit a06272c061e9ce3dab4890666abffe2941dbbb19
1 parent
493839b7
Exists in
colab
and in
4 other branches
JavaScript runtime library gem added
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
Gemfile
| @@ -15,7 +15,7 @@ group :assets do | @@ -15,7 +15,7 @@ group :assets do | ||
| 15 | gem 'coffee-rails', '~> 3.2.1' | 15 | gem 'coffee-rails', '~> 3.2.1' |
| 16 | 16 | ||
| 17 | # See https://github.com/sstephenson/execjs#readme for more supported runtimes | 17 | # See https://github.com/sstephenson/execjs#readme for more supported runtimes |
| 18 | - # gem 'therubyracer', :platforms => :ruby | 18 | + gem 'therubyracer', :platforms => :ruby |
| 19 | 19 | ||
| 20 | gem 'uglifier', '>= 1.0.3' | 20 | gem 'uglifier', '>= 1.0.3' |
| 21 | end | 21 | end |
Gemfile.lock
| @@ -47,6 +47,7 @@ GEM | @@ -47,6 +47,7 @@ GEM | ||
| 47 | railties (>= 3.0, < 5.0) | 47 | railties (>= 3.0, < 5.0) |
| 48 | thor (>= 0.14, < 2.0) | 48 | thor (>= 0.14, < 2.0) |
| 49 | json (1.7.7) | 49 | json (1.7.7) |
| 50 | + libv8 (3.11.8.17) | ||
| 50 | mail (2.5.3) | 51 | mail (2.5.3) |
| 51 | i18n (>= 0.4.0) | 52 | i18n (>= 0.4.0) |
| 52 | mime-types (~> 1.16) | 53 | mime-types (~> 1.16) |
| @@ -79,6 +80,7 @@ GEM | @@ -79,6 +80,7 @@ GEM | ||
| 79 | rake (10.0.4) | 80 | rake (10.0.4) |
| 80 | rdoc (3.12.2) | 81 | rdoc (3.12.2) |
| 81 | json (~> 1.4) | 82 | json (~> 1.4) |
| 83 | + ref (1.0.4) | ||
| 82 | sass (3.2.8) | 84 | sass (3.2.8) |
| 83 | sass-rails (3.2.6) | 85 | sass-rails (3.2.6) |
| 84 | railties (~> 3.2.0) | 86 | railties (~> 3.2.0) |
| @@ -90,6 +92,9 @@ GEM | @@ -90,6 +92,9 @@ GEM | ||
| 90 | rack (~> 1.0) | 92 | rack (~> 1.0) |
| 91 | tilt (~> 1.1, != 1.3.0) | 93 | tilt (~> 1.1, != 1.3.0) |
| 92 | sqlite3 (1.3.7) | 94 | sqlite3 (1.3.7) |
| 95 | + therubyracer (0.11.4) | ||
| 96 | + libv8 (~> 3.11.8.12) | ||
| 97 | + ref | ||
| 93 | thor (0.18.1) | 98 | thor (0.18.1) |
| 94 | tilt (1.4.0) | 99 | tilt (1.4.0) |
| 95 | treetop (1.4.12) | 100 | treetop (1.4.12) |
| @@ -109,4 +114,5 @@ DEPENDENCIES | @@ -109,4 +114,5 @@ DEPENDENCIES | ||
| 109 | rails (= 3.2.13) | 114 | rails (= 3.2.13) |
| 110 | sass-rails (~> 3.2.3) | 115 | sass-rails (~> 3.2.3) |
| 111 | sqlite3 | 116 | sqlite3 |
| 117 | + therubyracer | ||
| 112 | uglifier (>= 1.0.3) | 118 | uglifier (>= 1.0.3) |