diff --git a/Gemfile.lock b/Gemfile.lock index ecc1dfa..48bd573 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: daemons (1.1.9) - eventmachine (1.0.3) + eventmachine (1.0.4) rack (1.5.2) rack-protection (1.5.2) rack diff --git a/scripts/capistrano.coffee b/scripts/capistrano.coffee index 142e0f6..90df07c 100644 --- a/scripts/capistrano.coffee +++ b/scripts/capistrano.coffee @@ -25,6 +25,7 @@ stage = [ "production" "sandbox" "integrator" + "ssl" "feature" ]