diff --git a/Gemfile b/Gemfile index 7082b94..0fefe7a 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "bridgetown", "~> 1.0.0" -gem "puma", "~> 5.6" +gem "puma", "~> 7.1" group :development do gem "standard", "~> 1.13" diff --git a/Gemfile.lock b/Gemfile.lock index 1230c88..92f87a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM minitest (5.16.2) multipart-post (2.1.1) netrc (0.11.0) - nio4r (2.5.8) + nio4r (2.7.4) nokogiri (1.13.6) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -148,7 +148,7 @@ GEM parser (3.1.2.0) ast (~> 2.4.1) public_suffix (4.0.7) - puma (5.6.4) + puma (7.1.0) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3.1) @@ -247,7 +247,7 @@ DEPENDENCIES bridgetown-plausible (~> 1.0.2) bridgetown-svg-inliner (~> 1.0) bridgetown-view-component (~> 1.0.0) - puma (~> 5.6) + puma (~> 7.1) solargraph (~> 0.45) standard (~> 1.13) view_component (~> 2.62)