From 61daa2e2a7e2af7e52bb90fdc26606e5c03c55b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 12:36:02 +0000 Subject: [PATCH] Bump rouge and middleman-syntax Bumps [rouge](https://github.com/rouge-ruby/rouge) and [middleman-syntax](https://github.com/middleman/middleman-syntax). These dependencies needed to be updated together. Updates `rouge` from 2.2.1 to 3.29.0 - [Release notes](https://github.com/rouge-ruby/rouge/releases) - [Changelog](https://github.com/rouge-ruby/rouge/blob/master/CHANGELOG.md) - [Commits](https://github.com/rouge-ruby/rouge/compare/v2.2.1...v3.29.0) Updates `middleman-syntax` from 3.0.0 to 3.2.0 - [Release notes](https://github.com/middleman/middleman-syntax/releases) - [Changelog](https://github.com/middleman/middleman-syntax/blob/master/CHANGELOG.md) - [Commits](https://github.com/middleman/middleman-syntax/commits) --- updated-dependencies: - dependency-name: rouge dependency-type: direct:production update-type: version-update:semver-major - dependency-name: middleman-syntax dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 1d65b8cc839..55e04e8f704 100644 --- a/Gemfile +++ b/Gemfile @@ -3,9 +3,9 @@ source 'https://rubygems.org' # Middleman gem 'middleman', '~>4.3.11' -gem 'middleman-syntax', '~> 3.0.0' +gem 'middleman-syntax', '~> 3.2.0' gem 'middleman-autoprefixer', '~> 3.0.0' gem 'middleman-sprockets', '~> 4.1.0' -gem 'rouge', '~> 2.2.1' +gem 'rouge', '~> 3.29.0' gem 'redcarpet', '~> 3.5.1' gem 'nokogiri', '~> 1.13.1' diff --git a/Gemfile.lock b/Gemfile.lock index 6eb563f1779..8080e0e9d6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.6) + activesupport (5.2.8) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) @@ -15,7 +15,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) contracts (0.13.0) dotenv (2.7.6) erubis (2.7.0) @@ -74,9 +74,9 @@ GEM middleman-sprockets (4.1.1) middleman-core (~> 4.0) sprockets (>= 3.0) - middleman-syntax (3.0.0) + middleman-syntax (3.2.0) middleman-core (>= 3.2) - rouge (~> 2.0) + rouge (~> 3.2) mini_portile2 (2.7.1) minitest (5.15.0) nokogiri (1.13.1) @@ -88,16 +88,16 @@ GEM tilt (>= 1.4.1, < 3) padrino-support (0.13.3.4) activesupport (>= 3.1) - parallel (1.21.0) - public_suffix (4.0.6) + parallel (1.22.1) + public_suffix (4.0.7) racc (1.6.0) - rack (2.2.3) - rb-fsevent (0.11.0) + rack (2.2.3.1) + rb-fsevent (0.11.1) rb-inotify (0.10.1) ffi (~> 1.0) redcarpet (3.5.1) rexml (3.2.5) - rouge (2.2.1) + rouge (3.29.0) sassc (2.4.0) ffi (~> 1.9) servolux (0.13.0) @@ -120,10 +120,10 @@ DEPENDENCIES middleman (~> 4.3.11) middleman-autoprefixer (~> 3.0.0) middleman-sprockets (~> 4.1.0) - middleman-syntax (~> 3.0.0) + middleman-syntax (~> 3.2.0) nokogiri (~> 1.13.1) redcarpet (~> 3.5.1) - rouge (~> 2.2.1) + rouge (~> 3.29.0) RUBY VERSION ruby 2.3.3p222