we need it for install.sh in prod mode

This commit is contained in:
rkaldung 2014-08-13 17:44:54 +02:00
parent 1abb352843
commit 8229e257af

View file

@ -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'