fix puma -d

This commit is contained in:
Torsten 2022-03-31 01:16:41 +03:00
parent e486057d9e
commit a4de297554
2 changed files with 10 additions and 5 deletions

View File

@ -30,7 +30,7 @@ group :development do
gem "web-console" gem "web-console"
gem "rack-mini-profiler" gem "rack-mini-profiler"
gem "mina" gem "mina"
gem "mina-puma" gem "mina-puma" , git: "https://github.com/lekastillo/mina-puma"
end end
group :test do group :test do

View File

@ -1,3 +1,11 @@
GIT
remote: https://github.com/lekastillo/mina-puma
revision: 76fa7461a792376e2de1ac356bc0a23390ebfe7f
specs:
mina-puma (1.1.0)
mina (~> 1.2.0)
puma (>= 2.13)
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
@ -128,9 +136,6 @@ GEM
mina (1.2.4) mina (1.2.4)
open4 (~> 1.3.4) open4 (~> 1.3.4)
rake rake
mina-puma (1.1.0)
mina (~> 1.2.0)
puma (>= 2.13)
mini_mime (1.1.2) mini_mime (1.1.2)
minitest (5.15.0) minitest (5.15.0)
msgpack (1.4.5) msgpack (1.4.5)
@ -254,7 +259,7 @@ DEPENDENCIES
high_voltage (~> 3.1) high_voltage (~> 3.1)
importmap-rails importmap-rails
mina mina
mina-puma mina-puma!
net-ssh net-ssh
puma puma
rack-mini-profiler rack-mini-profiler