From 5e26ae75a44cddbf4ccda886f54cf11742bfbe13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 13:00:49 +0000 Subject: [PATCH] Bump rouge from 2.2.1 to 3.30.0 Bumps [rouge](https://github.com/rouge-ruby/rouge) from 2.2.1 to 3.30.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.30.0) --- updated-dependencies: - dependency-name: rouge dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b1389a1..341a0ea 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'jekyll', '~>3.9.0' gem 'json', '~> 2.3' gem 'neat', '~> 1.7.1' gem 'nokogiri', '~> 1.13.6' -gem 'rouge', '~> 2.2.1' +gem 'rouge', '~> 3.30.0' gem 'therubyracer', '~>0.12.3' gem "jekyll-github-metadata", "~> 2.14" gem "kramdown", "~> 2.3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 1638f82..b8b7d8d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -104,7 +104,7 @@ GEM ffi (~> 1.0) ref (2.0.0) rexml (3.2.5) - rouge (2.2.1) + rouge (3.30.0) ruby2_keywords (0.0.5) safe_yaml (1.0.5) sass (3.7.4) @@ -136,7 +136,7 @@ DEPENDENCIES neat (~> 1.7.1) nokogiri (~> 1.13.6) pry - rouge (~> 2.2.1) + rouge (~> 3.30.0) terminal-notifier (~> 2.0.0) therubyracer (~> 0.12.3)