Added examples for in cases required gem packages.
This commit is contained in:
parent
196bd0e3c1
commit
337f3fa6a3
1 changed files with 7 additions and 0 deletions
7
Gemfile
7
Gemfile
|
@ -39,6 +39,13 @@ gem "daemons"
|
|||
# To use ActiveModel has_secure_password
|
||||
# gem 'bcrypt-ruby', '~> 3.0.0'
|
||||
|
||||
# e. g. on linux we need a javascript execution
|
||||
# gem 'execjs'
|
||||
# gem 'therubyracer'
|
||||
|
||||
# e. g. for mysql you need to load mysql
|
||||
# gem 'mysql'
|
||||
|
||||
# Use unicorn as the web server
|
||||
# gem 'unicorn'
|
||||
|
||||
|
|
Loading…
Reference in a new issue