diff --git a/Gemfile b/Gemfile index a6cfe07..b8c21d4 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "sinatra", "2.0.1" -gem "puma", "4.2.1" +gem "puma", "5.6.9" gem 'puma-metrics' group :test do diff --git a/Gemfile.lock b/Gemfile.lock index ccc5069..566047a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,9 +4,9 @@ GEM diff-lcs (1.3) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - nio4r (2.5.2) + nio4r (2.7.3) prometheus-client (0.10.0) - puma (4.2.1) + puma (5.6.9) nio4r (~> 2.0) puma-metrics (1.1.0) prometheus-client (~> 0.10) @@ -42,7 +42,7 @@ PLATFORMS ruby DEPENDENCIES - puma (= 4.2.1) + puma (= 5.6.9) puma-metrics rack-test rake