diff --git a/Gemfile b/Gemfile index 8e06a0c7..1e1192de 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' gem 'rack' -gem 'puma' +gem 'puma', '>= 5.6.7' diff --git a/Gemfile.lock b/Gemfile.lock index 7bc119c5..1810eb6c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,15 +1,17 @@ GEM remote: https://rubygems.org/ specs: - puma (3.4.0) + nio4r (2.5.9) + puma (6.3.1) + nio4r (~> 2.0) rack (1.6.4) PLATFORMS ruby DEPENDENCIES - puma + puma (>= 5.6.7) rack BUNDLED WITH - 1.11.2 + 1.17.3