From 0aca053a6571137470607fc62013ccb8dd66aa0e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Jan 2023 23:01:24 -0500 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 - https://snyk.io/vuln/SNYK-RUBY-RACK-3237240 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 82f9ff8..07648dd 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ # the following line to use "https" source 'http://rubygems.org' -gem "middleman", "~>3.1.3" +gem "middleman", "~> 4.4.0" # Live-reloading plugin gem "middleman-livereload", "~> 3.1.0"