we need it for install.sh in prod mode
This commit is contained in:
parent
1abb352843
commit
8229e257af
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
Gemfile
|
@ -37,9 +37,9 @@ gem 'daemons'
|
|||
gem 'simple-rss'
|
||||
|
||||
# e. g. on linux we need a javascript execution
|
||||
# gem 'libv8', '~> 3.11.8'
|
||||
# gem 'execjs'
|
||||
# gem 'therubyracer'
|
||||
gem 'libv8', '~> 3.11.8'
|
||||
gem 'execjs'
|
||||
gem 'therubyracer'
|
||||
|
||||
# e. g. for mysql you need to load mysql
|
||||
gem 'mysql2'
|
||||
|
|
Loading…
Reference in a new issue