Rubyracer Javascript interpreter added
This commit is contained in:
parent
8bf4190b0f
commit
6cd34f49a4
2 changed files with 7 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -16,7 +16,7 @@ gem 'uglifier', '>= 1.3.0'
|
|||
gem 'coffee-rails', '~> 4.1.0'
|
||||
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
# gem 'therubyracer', platforms: :ruby
|
||||
gem 'therubyracer', platforms: :ruby
|
||||
|
||||
# Use jquery as the JavaScript library
|
||||
gem 'jquery-rails'
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@ GEM
|
|||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.8.2)
|
||||
libv8 (3.16.14.7)
|
||||
listen (2.10.0)
|
||||
celluloid (~> 0.16.0)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
|
|
@ -186,6 +187,7 @@ GEM
|
|||
ffi (>= 0.5.0)
|
||||
rdoc (4.2.0)
|
||||
json (~> 1.4)
|
||||
ref (1.0.5)
|
||||
ruby-graphviz (1.0.9)
|
||||
sass (3.4.13)
|
||||
sass-rails (5.0.3)
|
||||
|
|
@ -216,6 +218,9 @@ GEM
|
|||
activesupport (>= 3.0)
|
||||
sprockets (>= 2.8, < 4.0)
|
||||
temple (0.7.5)
|
||||
therubyracer (0.12.2)
|
||||
libv8 (~> 3.16.14.0)
|
||||
ref
|
||||
thor (0.19.1)
|
||||
thread_safe (0.3.5)
|
||||
tilt (1.4.1)
|
||||
|
|
@ -261,6 +266,7 @@ DEPENDENCIES
|
|||
sdoc (~> 0.4.0)
|
||||
slim-rails
|
||||
spring
|
||||
therubyracer
|
||||
uglifier (>= 1.3.0)
|
||||
web-console (~> 2.0)
|
||||
will_paginate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue