Use puma
This commit is contained in:
parent
9e8e6cc3a4
commit
b734e442c5
3 changed files with 5 additions and 8 deletions
2
Gemfile
2
Gemfile
|
@ -10,7 +10,7 @@ gem 'adsf'
|
||||||
gem 'builder'
|
gem 'builder'
|
||||||
gem 'mime-types'
|
gem 'mime-types'
|
||||||
gem 'rack'
|
gem 'rack'
|
||||||
gem 'unicorn'
|
gem 'puma'
|
||||||
gem 'rack-rewrite'
|
gem 'rack-rewrite'
|
||||||
gem 'pygments.rb', :git => 'git://github.com/akzhan/pygments.rb.git', :branch => 'rubypython-0.6'
|
gem 'pygments.rb', :git => 'git://github.com/akzhan/pygments.rb.git', :branch => 'rubypython-0.6'
|
||||||
gem 'clogger'
|
gem 'clogger'
|
||||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -19,16 +19,16 @@ GEM
|
||||||
cri (2.3.0)
|
cri (2.3.0)
|
||||||
colored (>= 1.2)
|
colored (>= 1.2)
|
||||||
ffi (1.0.11)
|
ffi (1.0.11)
|
||||||
kgio (2.7.4)
|
|
||||||
mime-types (1.19)
|
mime-types (1.19)
|
||||||
nanoc (3.4.0)
|
nanoc (3.4.0)
|
||||||
cri (~> 2.2)
|
cri (~> 2.2)
|
||||||
nanoc-cachebuster (0.3.1)
|
nanoc-cachebuster (0.3.1)
|
||||||
nanoc (>= 3.3.0)
|
nanoc (>= 3.3.0)
|
||||||
nokogiri (1.5.5)
|
nokogiri (1.5.5)
|
||||||
|
puma (1.6.1)
|
||||||
|
rack (~> 1.2)
|
||||||
rack (1.4.1)
|
rack (1.4.1)
|
||||||
rack-rewrite (1.2.1)
|
rack-rewrite (1.2.1)
|
||||||
raindrops (0.10.0)
|
|
||||||
rainpress (1.0)
|
rainpress (1.0)
|
||||||
redcarpet (2.1.1)
|
redcarpet (2.1.1)
|
||||||
rubypython (0.6.2)
|
rubypython (0.6.2)
|
||||||
|
@ -39,10 +39,6 @@ GEM
|
||||||
tilt (~> 1.3.3)
|
tilt (~> 1.3.3)
|
||||||
temple (0.4.0)
|
temple (0.4.0)
|
||||||
tilt (1.3.3)
|
tilt (1.3.3)
|
||||||
unicorn (4.3.1)
|
|
||||||
kgio (~> 2.6)
|
|
||||||
rack
|
|
||||||
raindrops (~> 0.7)
|
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -55,10 +51,10 @@ DEPENDENCIES
|
||||||
nanoc
|
nanoc
|
||||||
nanoc-cachebuster
|
nanoc-cachebuster
|
||||||
nokogiri
|
nokogiri
|
||||||
|
puma
|
||||||
pygments.rb!
|
pygments.rb!
|
||||||
rack
|
rack
|
||||||
rack-rewrite
|
rack-rewrite
|
||||||
rainpress
|
rainpress
|
||||||
redcarpet
|
redcarpet
|
||||||
slim
|
slim
|
||||||
unicorn
|
|
||||||
|
|
1
Procfile
Normal file
1
Procfile
Normal file
|
@ -0,0 +1 @@
|
||||||
|
web: puma -p $PORT
|
Loading…
Add table
Add a link
Reference in a new issue