Limit Puma version
This commit is contained in:
parent
376cb140d7
commit
ff701f1c83
2
Gemfile
2
Gemfile
|
@ -27,6 +27,6 @@ group :development do
|
|||
end
|
||||
|
||||
group :production do
|
||||
gem 'puma'
|
||||
gem 'puma', '< 5'
|
||||
gem 'pg'
|
||||
end
|
||||
|
|
|
@ -139,7 +139,7 @@ GEM
|
|||
method_source (~> 1.0)
|
||||
pry-rails (0.3.9)
|
||||
pry (>= 0.10.4)
|
||||
puma (5.0.2)
|
||||
puma (4.3.6)
|
||||
nio4r (~> 2.0)
|
||||
rack (2.2.3)
|
||||
rack-test (1.1.0)
|
||||
|
@ -223,7 +223,7 @@ DEPENDENCIES
|
|||
listen
|
||||
pg
|
||||
pry-rails
|
||||
puma
|
||||
puma (< 5)
|
||||
rails (~> 6.0.0)
|
||||
sass-rails
|
||||
spring
|
||||
|
|
Loading…
Reference in New Issue