# HG changeset patch # User edogawaconan # Date 1423844549 -32400 # Node ID dd5a107bff3d810322d2abf2e7fc4985a33f2ae0 # Parent 9e860754b5d6f346eb85fb237a19ef4fa8bc90cc Remove web servers from gemfile. Please install it manually through gem or whatever. diff -r 9e860754b5d6 -r dd5a107bff3d Gemfile --- a/Gemfile Sat Dec 20 17:59:37 2014 +0900 +++ b/Gemfile Sat Feb 14 01:22:29 2015 +0900 @@ -25,11 +25,6 @@ # To use Jbuilder templates for JSON # gem "jbuilder" -gem "unicorn", :groups => [:standalone, :development], :platforms => :mri -gem "hooves", - :groups => :development, :platforms => :mri, :require => "hooves/default" -gem "puma", :groups => :standalone, :platforms => [:rbx, :jruby] - # Deploy with Capistrano # gem "capistrano" diff -r 9e860754b5d6 -r dd5a107bff3d Gemfile.lock --- a/Gemfile.lock Sat Dec 20 17:59:37 2014 +0900 +++ b/Gemfile.lock Sat Feb 14 01:22:29 2015 +0900 @@ -58,8 +58,6 @@ globalid (0.3.0) activesupport (>= 4.1.0) hike (1.2.3) - hooves (0.7) - unicorn (> 0) i18n (0.7.0) jdbc-postgres (9.3.1102) jquery-rails (4.0.2) @@ -69,7 +67,6 @@ jruby-openssl (0.9.6-java) json (1.8.1) json (1.8.1-java) - kgio (2.9.2) loofah (2.0.1) nokogiri (>= 1.5.9) mail (2.6.3) @@ -83,10 +80,6 @@ mini_portile (~> 0.6.0) nokogiri (1.6.5-java) pg (0.17.1) - puma (2.10.2) - rack (>= 1.1, < 2.0) - puma (2.10.2-java) - rack (>= 1.1, < 2.0) quiet_assets (1.0.3) railties (>= 3.1, < 5.0) rack (1.6.0) @@ -116,7 +109,6 @@ activesupport (= 4.2.0) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - raindrops (0.13.0) rake (10.4.2) sass (3.4.9) sass-rails (5.0.0) @@ -146,10 +138,6 @@ uglifier (2.6.0) execjs (>= 0.3.0) json (>= 1.8.0) - unicorn (4.8.3) - kgio (~> 2.6) - rack - raindrops (~> 0.7) PLATFORMS java @@ -160,15 +148,12 @@ bootstrap-sass coffee-rails (~> 4.1.0) dalli - hooves jquery-rails jruby-openssl newrelic_rpm pg - puma quiet_assets rails (~> 4.2.0) sass-rails (~> 5.0) therubyrhino uglifier (>= 1.3.0) - unicorn