aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2017-07-07 15:36:08 +0200
committerHarald Eilertsen <haraldei@anduin.net>2017-07-07 15:36:08 +0200
commitaa44a58e2d3cd0c7390c69fa615121701510f78b (patch)
treed60bad911d37c265edf33e03b02b6e1fcdb9ea80 /Gemfile
parent48bb021c0092b343ef387780c43c875b92e8a739 (diff)
downloadhmnoweb-aa44a58e2d3cd0c7390c69fa615121701510f78b.tar.gz
hmnoweb-aa44a58e2d3cd0c7390c69fa615121701510f78b.tar.bz2
hmnoweb-aa44a58e2d3cd0c7390c69fa615121701510f78b.zip
Drop rvm deps and replace passenger with puma.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 5397e63..a70ed8e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,11 +23,9 @@ group :deployment do
gem 'capistrano', '~> 3.3.4'
gem 'capistrano-bundler'
gem 'capistrano-rails'
- gem 'capistrano-rvm'
gem 'capistrano-postgresql',
:git => 'https://github.com/snake66/capistrano-postgresql.git',
:branch => 'make-sudo-optional' #'~>4.0'
- gem 'capistrano-passenger'
end
# Gems used only for assets and not required
@@ -51,7 +49,7 @@ gem 'bcrypt-ruby', '~> 3.0.0'
# gem 'jbuilder'
# Use unicorn as the app server
-# gem 'unicorn'
+gem 'puma'
# To use debugger
# gem 'debugger'