Use puma in favour of webrick

This commit is contained in:
1resu 2021-12-19 15:57:30 +01:00
parent 9f3d301550
commit 604de8118f
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,7 @@ gem 'webpacker', '~> 5.0'
gem 'turbolinks', '~> 5'
gem 'jbuilder', '~> 2.7'
gem 'bootsnap', '>= 1.4.4', require: false
gem 'puma', '~> 5.0'
group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]