downgrade puma, makes mina happier
This commit is contained in:
parent
3675659b9f
commit
86c280d9cf
4
Gemfile
4
Gemfile
@ -16,7 +16,7 @@ gem "net-ssh"
|
||||
gem "haml-rails"
|
||||
gem 'high_voltage', '~> 3.1'
|
||||
|
||||
gem "puma"
|
||||
gem "puma" , "4.3.10"
|
||||
|
||||
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
|
||||
# gem "image_processing", "~> 1.2"
|
||||
@ -30,7 +30,7 @@ group :development do
|
||||
gem "web-console"
|
||||
gem "rack-mini-profiler"
|
||||
gem "mina"
|
||||
gem "mina-puma" , git: "https://github.com/lekastillo/mina-puma"
|
||||
gem "mina-puma"
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
17
Gemfile.lock
17
Gemfile.lock
@ -1,11 +1,3 @@
|
||||
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:
|
||||
@ -136,6 +128,9 @@ 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)
|
||||
@ -160,7 +155,7 @@ GEM
|
||||
racc (~> 1.4)
|
||||
open4 (1.3.4)
|
||||
public_suffix (4.0.6)
|
||||
puma (5.6.4)
|
||||
puma (4.3.10)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.6.0)
|
||||
rack (2.2.3)
|
||||
@ -259,9 +254,9 @@ DEPENDENCIES
|
||||
high_voltage (~> 3.1)
|
||||
importmap-rails
|
||||
mina
|
||||
mina-puma!
|
||||
mina-puma
|
||||
net-ssh
|
||||
puma
|
||||
puma (= 4.3.10)
|
||||
rack-mini-profiler
|
||||
rails (~> 7.0)
|
||||
sassc-rails
|
||||
|
Loading…
Reference in New Issue
Block a user