Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Use therubyracer by default
Browse files Browse the repository at this point in the history
As a javascript engine (node.js etc.) is not always available
  • Loading branch information
lankz committed Feb 10, 2015
1 parent 28fa626 commit 1bb58ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -12,7 +12,7 @@ gem 'uglifier', '>= 1.3.0'
# Use CoffeeScript for .coffee assets and views
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'
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Expand Up @@ -144,6 +144,7 @@ GEM
kaminari (>= 0.13.0)
rails
kgio (2.9.3)
libv8 (3.16.14.7)
loofah (2.0.1)
nokogiri (>= 1.5.9)
mail (2.6.3)
Expand Down Expand Up @@ -198,6 +199,7 @@ GEM
raindrops (0.13.0)
rake (10.4.2)
rdoc (4.2.0)
ref (1.0.5)
responders (2.1.0)
railties (>= 4.2.0, < 5)
rolify (3.5.2)
Expand Down Expand Up @@ -257,6 +259,9 @@ GEM
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
state_machine (1.2.0)
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
ref
thor (0.19.1)
thread_safe (0.3.4)
tilt (1.4.1)
Expand Down Expand Up @@ -326,6 +331,7 @@ DEPENDENCIES
spring
spring-commands-rspec
state_machine (~> 1.2)
therubyracer
uglifier (>= 1.3.0)
unicorn
web-console (~> 2.0)

0 comments on commit 1bb58ce

Please sign in to comment.