diff --git a/sites/site-with-errors/Gemfile b/sites/site-with-errors/Gemfile index 5b7750c..289d1ab 100644 --- a/sites/site-with-errors/Gemfile +++ b/sites/site-with-errors/Gemfile @@ -34,4 +34,4 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] # Web server gem "rack", "~> 3.2" -gem "puma", "~> 7.0" \ No newline at end of file +gem "puma", "~> 7.1" \ No newline at end of file diff --git a/sites/site-with-errors/Gemfile.lock b/sites/site-with-errors/Gemfile.lock index 7ae979f..8fd8855 100644 --- a/sites/site-with-errors/Gemfile.lock +++ b/sites/site-with-errors/Gemfile.lock @@ -99,7 +99,7 @@ GEM pathutil (0.16.2) forwardable-extended (~> 2.6) public_suffix (6.0.2) - puma (7.0.4) + puma (7.1.0) nio4r (~> 2.0) rack (3.2.3) rake (13.3.0) @@ -171,7 +171,7 @@ DEPENDENCIES jekyll (~> 4.4.1) jekyll-feed (~> 0.12) minima (~> 2.5) - puma (~> 7.0) + puma (~> 7.1) rack (~> 3.2) tzinfo (>= 1, < 3) tzinfo-data