From a1876285e7d667eaea4114bf14cb493578fe4ed0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Aug 2023 18:09:00 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-5846204 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f8620a6..697a061 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem "ridley" gem "tinyconfig", "~> 0.1" gem "oj", platforms: :ruby # to be used by multijson gem "jrjackson", platforms: :jruby # to be used by multijson -gem "puma" +gem "puma", ">= 5.6.7" gem "rubysl", "~> 2.0", platforms: :rbx gem "racc", platforms: :rbx gem "deep_merge"