aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2020-11-08 17:24:54 +0100
committerHarald Eilertsen <haraldei@anduin.net>2020-11-08 17:24:54 +0100
commitfd86e48f0c2f2266cf70e9377f39bbbb55f017ba (patch)
tree23bf00143b01fc04a02249b823c8fdea6d97180b /Gemfile
parent673fb46b7953c935518979d6cde764777e268467 (diff)
downloadhmnoweb-fd86e48f0c2f2266cf70e9377f39bbbb55f017ba.tar.gz
hmnoweb-fd86e48f0c2f2266cf70e9377f39bbbb55f017ba.tar.bz2
hmnoweb-fd86e48f0c2f2266cf70e9377f39bbbb55f017ba.zip
Downgrade puma to version 4.3.6.
Version 5.x may be better, but has ditched daemonization, which means we need to handle that ourselves in the rc scripts. Probably a better way to begin with, but not something I'm about to spend time on now.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index dec3cd1..53abf3c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -49,7 +49,7 @@ gem 'jquery-rails', '~> 2.3.0'
gem 'bcrypt', '~> 3.1.0', git: "https://github.com/codahale/bcrypt-ruby.git"
# Use unicorn as the app server
-gem 'puma'
+gem 'puma', '~> 4.3.6'
gem 'test-unit', '~> 3.0'
gem 'SyslogLogger'