diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2017-07-07 15:36:08 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2017-07-07 15:36:08 +0200 |
commit | aa44a58e2d3cd0c7390c69fa615121701510f78b (patch) | |
tree | d60bad911d37c265edf33e03b02b6e1fcdb9ea80 /Gemfile | |
parent | 48bb021c0092b343ef387780c43c875b92e8a739 (diff) | |
download | hmnoweb-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-- | Gemfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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' |