This commit is contained in:
Nicolas Bally 2018-04-26 23:35:17 +02:00
parent 5876b01b10
commit 8a5b008248
2 changed files with 8 additions and 1 deletions

View File

@ -53,7 +53,7 @@ gem "therubyracer", group: :production
# gem 'jbuilder' # gem 'jbuilder'
# Use unicorn as the app server # Use unicorn as the app server
# gem 'unicorn' gem 'unicorn', "4.6.3"
# Deploy with Capistrano # Deploy with Capistrano
# gem 'capistrano' # gem 'capistrano'

View File

@ -79,6 +79,7 @@ GEM
railties (>= 3.0, < 5.0) railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
json (1.8.1) json (1.8.1)
kgio (2.11.2)
libv8 (3.16.14.19) libv8 (3.16.14.19)
mail (2.4.4) mail (2.4.4)
i18n (>= 0.4.0) i18n (>= 0.4.0)
@ -125,6 +126,7 @@ GEM
rake (>= 0.8.7) rake (>= 0.8.7)
rdoc (~> 3.4) rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0) thor (>= 0.14.6, < 2.0)
raindrops (0.19.0)
rake (10.0.3) rake (10.0.3)
rdoc (3.12) rdoc (3.12)
json (~> 1.4) json (~> 1.4)
@ -158,6 +160,10 @@ GEM
uglifier (1.3.0) uglifier (1.3.0)
execjs (>= 0.3.0) execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2) multi_json (~> 1.0, >= 1.0.2)
unicorn (4.6.3)
kgio (~> 2.6)
rack
raindrops (~> 0.7)
warden (1.2.1) warden (1.2.1)
rack (>= 1.0) rack (>= 1.0)
yajl-ruby (1.1.0) yajl-ruby (1.1.0)
@ -189,6 +195,7 @@ DEPENDENCIES
sqlite3 sqlite3
therubyracer therubyracer
uglifier (>= 1.0.3) uglifier (>= 1.0.3)
unicorn (= 4.6.3)
zurb-foundation (>= 3.2) zurb-foundation (>= 3.2)
BUNDLED WITH BUNDLED WITH