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 "haml-rails"
|
||||||
gem 'high_voltage', '~> 3.1'
|
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]
|
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
|
||||||
# gem "image_processing", "~> 1.2"
|
# gem "image_processing", "~> 1.2"
|
||||||
@ -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" , git: "https://github.com/lekastillo/mina-puma"
|
gem "mina-puma"
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
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
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@ -136,6 +128,9 @@ 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)
|
||||||
@ -160,7 +155,7 @@ GEM
|
|||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
open4 (1.3.4)
|
open4 (1.3.4)
|
||||||
public_suffix (4.0.6)
|
public_suffix (4.0.6)
|
||||||
puma (5.6.4)
|
puma (4.3.10)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.6.0)
|
racc (1.6.0)
|
||||||
rack (2.2.3)
|
rack (2.2.3)
|
||||||
@ -259,9 +254,9 @@ 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 (= 4.3.10)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 7.0)
|
rails (~> 7.0)
|
||||||
sassc-rails
|
sassc-rails
|
||||||
|
Loading…
Reference in New Issue
Block a user