aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
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.lock
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.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 152a936..35c1a3f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -177,7 +177,7 @@ GEM
rails (>= 3.0.0)
polyglot (0.3.5)
power_assert (1.2.0)
- puma (5.0.4)
+ puma (4.3.6)
nio4r (~> 2.0)
rack (1.4.7)
rack-cache (1.12.1)
@@ -302,7 +302,7 @@ DEPENDENCIES
lorem
pg (~> 0.11)
piwik_analytics (~> 1.0.2)
- puma
+ puma (~> 4.3.6)
rails!
refinerycms (~> 2.1.0)
refinerycms-acts-as-indexed!