Add 'therubyracer' as javascript runtime for asset compilation.
This commit is contained in:
parent
1282a293aa
commit
a6528a64f8
2 changed files with 9 additions and 0 deletions
3
Gemfile
3
Gemfile
|
|
@ -26,6 +26,9 @@ gem 'carrierwave'
|
|||
# We are sending mail. The latest version is just fine.
|
||||
gem 'mail'
|
||||
|
||||
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
|
||||
gem 'therubyracer', platforms: :ruby
|
||||
|
||||
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
|
||||
# gem 'ruby-debug'
|
||||
# gem 'ruby-debug19', :require => 'ruby-debug'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue