diff --git a/Gemfile b/Gemfile index c3b87a8f..87bf25bd 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby "~> 2.7.0" gem "sinatra", "~> 2.1" gem "sinatra-contrib", "~> 2.1" gem "erector", ">=0.9.0" -gem "puma", "~> 5.1" +gem "puma", "~> 6.2" gem "activesupport", "~> 6.0", ">= 6.0.3.1" gem "json", "~> 2.3", ">= 2.3.1" gem "rack-rewrite", "~>1.5" diff --git a/Gemfile.lock b/Gemfile.lock index b347fb75..bfe9db15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,7 @@ GEM mustermann (1.1.1) ruby2_keywords (~> 0.0.1) newrelic_rpm (6.14.0) - nio4r (2.5.4) + nio4r (2.5.8) nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) @@ -77,7 +77,7 @@ GEM pry (0.13.1) coderay (~> 1.1) method_source (~> 1.0) - puma (5.1.1) + puma (6.2.1) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -159,7 +159,7 @@ DEPENDENCIES nokogiri (~> 1.10, >= 1.10.10) oj (~> 3.10, >= 3.10.13) pry (~> 0.13) - puma (~> 5.1) + puma (~> 6.2) rack-cache (~> 1.12, >= 1.12.0) rack-rewrite (~> 1.5) rack-ssl (~> 1.4, >= 1.4.1)