fix puma -d
This commit is contained in:
parent
e486057d9e
commit
a4de297554
2
Gemfile
2
Gemfile
@ -30,7 +30,7 @@ group :development do
|
||||
gem "web-console"
|
||||
gem "rack-mini-profiler"
|
||||
gem "mina"
|
||||
gem "mina-puma"
|
||||
gem "mina-puma" , git: "https://github.com/lekastillo/mina-puma"
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
13
Gemfile.lock
13
Gemfile.lock
@ -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
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
@ -128,9 +136,6 @@ GEM
|
||||
mina (1.2.4)
|
||||
open4 (~> 1.3.4)
|
||||
rake
|
||||
mina-puma (1.1.0)
|
||||
mina (~> 1.2.0)
|
||||
puma (>= 2.13)
|
||||
mini_mime (1.1.2)
|
||||
minitest (5.15.0)
|
||||
msgpack (1.4.5)
|
||||
@ -254,7 +259,7 @@ DEPENDENCIES
|
||||
high_voltage (~> 3.1)
|
||||
importmap-rails
|
||||
mina
|
||||
mina-puma
|
||||
mina-puma!
|
||||
net-ssh
|
||||
puma
|
||||
rack-mini-profiler
|
||||
|
Loading…
Reference in New Issue
Block a user