From a095093eca8ad3ea929273b9169b7a4e5c5d4d82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 27 Sep 2025 06:22:09 +0000 Subject: [PATCH] fix: docs/public-api/tools/flowable-slate/slate/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13052974 --- docs/public-api/tools/flowable-slate/slate/Gemfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/public-api/tools/flowable-slate/slate/Gemfile b/docs/public-api/tools/flowable-slate/slate/Gemfile index dae5e50f78c..fec2cf67497 100644 --- a/docs/public-api/tools/flowable-slate/slate/Gemfile +++ b/docs/public-api/tools/flowable-slate/slate/Gemfile @@ -2,10 +2,10 @@ ruby '>=2.3.1' source 'https://rubygems.org' # Middleman -gem 'middleman', '~>4.2.1' -gem 'middleman-syntax', '~> 3.0.0' -gem 'middleman-autoprefixer', '~> 2.7.0' -gem "middleman-sprockets", "~> 4.1.0" +gem 'middleman', '~> 4.3.0' +gem 'middleman-syntax', '~> 3.2.0' +gem 'middleman-autoprefixer', '~> 2.8.0' +gem "middleman-sprockets", "~> 4.1.1" gem 'rouge', '~> 2.0.5' gem 'redcarpet', '~> 3.4.0' gem 'nokogiri', '~> 1.6.8'