fix staging, commands, demonizable puma (4.x)

This commit is contained in:
Hub Feenix Member
2023-01-03 21:29:29 +02:00
parent 35732e7ce6
commit 8cd2edb521
6 changed files with 12 additions and 3 deletions

View File

@ -36,7 +36,7 @@ group :development, :test do
gem "mina"
gem 'guard-minitest'
gem 'guard' # NOTE: this is necessary in newer versions
gem "puma", "~> 5.0"
gem "puma" , "~> 4.0"
end
group :development do