From 5e0c0e0f0c31ba7f2a93a21847ddf21bf5580a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:13:47 +0000 Subject: [PATCH] Bump middleman-syntax from 3.3.0 to 3.4.0 Bumps [middleman-syntax](https://github.com/middleman/middleman-syntax) from 3.3.0 to 3.4.0. - [Changelog](https://github.com/middleman/middleman-syntax/blob/master/CHANGELOG.md) - [Commits](https://github.com/middleman/middleman-syntax/compare/v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: middleman-syntax dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 3e195e7..92b8e85 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ ruby '>=3.2' source 'https://rubygems.org' gem 'middleman', '4.5.1' -gem 'middleman-syntax', '~> 3.3.0' +gem 'middleman-syntax', '~> 3.4.0' gem 'middleman-autoprefixer', '~> 3.0.0' gem 'middleman-sprockets', '~> 4.1.1' gem 'rouge', '~> 3.30.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1216a84..699d469 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,7 +6,7 @@ GEM i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - addressable (2.8.5) + addressable (2.8.6) public_suffix (>= 2.0.2, < 6.0) autoprefixer-rails (10.4.13.0) execjs (~> 2) @@ -15,13 +15,13 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) contracts (0.16.1) dotenv (2.8.1) erubis (2.7.0) execjs (2.9.1) fast_blank (1.0.1) - fastimage (2.2.7) + fastimage (2.3.0) ffi (1.16.3) haml (5.2.2) temple (>= 0.8.0) @@ -76,10 +76,10 @@ GEM middleman-sprockets (4.1.1) middleman-core (~> 4.0) sprockets (>= 3.0) - middleman-syntax (3.3.0) + middleman-syntax (3.4.0) middleman-core (>= 3.2) rouge (~> 3.2) - minitest (5.20.0) + minitest (5.21.2) nokogiri (1.16.0-x86_64-linux) racc (~> 1.4) padrino-helpers (0.15.3) @@ -87,7 +87,7 @@ GEM padrino-support (= 0.15.3) tilt (>= 1.4.1, < 3) padrino-support (0.15.3) - parallel (1.23.0) + parallel (1.24.0) parslet (2.0.0) public_suffix (5.0.4) racc (1.7.3) @@ -128,7 +128,7 @@ DEPENDENCIES middleman (= 4.5.1) middleman-autoprefixer (~> 3.0.0) middleman-sprockets (~> 4.1.1) - middleman-syntax (~> 3.3.0) + middleman-syntax (~> 3.4.0) nokogiri (~> 1.16.0) redcarpet (~> 3.6.0) rouge (~> 3.30.0)