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