suite
This commit is contained in:
parent
5876b01b10
commit
8a5b008248
2
Gemfile
2
Gemfile
@ -53,7 +53,7 @@ gem "therubyracer", group: :production
|
||||
# gem 'jbuilder'
|
||||
|
||||
# Use unicorn as the app server
|
||||
# gem 'unicorn'
|
||||
gem 'unicorn', "4.6.3"
|
||||
|
||||
# Deploy with Capistrano
|
||||
# gem 'capistrano'
|
||||
|
@ -79,6 +79,7 @@ GEM
|
||||
railties (>= 3.0, < 5.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (1.8.1)
|
||||
kgio (2.11.2)
|
||||
libv8 (3.16.14.19)
|
||||
mail (2.4.4)
|
||||
i18n (>= 0.4.0)
|
||||
@ -125,6 +126,7 @@ GEM
|
||||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
thor (>= 0.14.6, < 2.0)
|
||||
raindrops (0.19.0)
|
||||
rake (10.0.3)
|
||||
rdoc (3.12)
|
||||
json (~> 1.4)
|
||||
@ -158,6 +160,10 @@ GEM
|
||||
uglifier (1.3.0)
|
||||
execjs (>= 0.3.0)
|
||||
multi_json (~> 1.0, >= 1.0.2)
|
||||
unicorn (4.6.3)
|
||||
kgio (~> 2.6)
|
||||
rack
|
||||
raindrops (~> 0.7)
|
||||
warden (1.2.1)
|
||||
rack (>= 1.0)
|
||||
yajl-ruby (1.1.0)
|
||||
@ -189,6 +195,7 @@ DEPENDENCIES
|
||||
sqlite3
|
||||
therubyracer
|
||||
uglifier (>= 1.0.3)
|
||||
unicorn (= 4.6.3)
|
||||
zurb-foundation (>= 3.2)
|
||||
|
||||
BUNDLED WITH
|
||||
|
Loading…
x
Reference in New Issue
Block a user