From b23e218274b24a8235e2b1b7d7c0d5b1ef480021 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Oct 2023 15:51:33 +0000 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-ACTIVESUPPORT-3360028 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-569598 - https://snyk.io/vuln/SNYK-RUBY-ERUBIS-20482 - https://snyk.io/vuln/SNYK-RUBY-I18N-72582 - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 - https://snyk.io/vuln/SNYK-RUBY-RACK-2848599 - https://snyk.io/vuln/SNYK-RUBY-RACK-2848600 - https://snyk.io/vuln/SNYK-RUBY-RACK-3237240 - https://snyk.io/vuln/SNYK-RUBY-RACK-3356639 - https://snyk.io/vuln/SNYK-RUBY-RACK-569066 - https://snyk.io/vuln/SNYK-RUBY-RACK-572377 - https://snyk.io/vuln/SNYK-RUBY-TZINFO-2958048 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 78a22e4e954..9842fe8c0fe 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'rubocop', group: :test # All of this is for Slate / middleman -gem "middleman", '~> 3.0' +gem "middleman", "~> 4.0", ">= 4.0.0" # For syntax highlighting gem "middleman-syntax"