From 59937521e53447ba238a59e43d421a20cff63c75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 06:06:56 +0000 Subject: [PATCH] Bump pygments.rb from 1.1.2 to 2.3.1 Bumps [pygments.rb](https://github.com/pygments/pygments.rb) from 1.1.2 to 2.3.1. - [Release notes](https://github.com/pygments/pygments.rb/releases) - [Changelog](https://github.com/pygments/pygments.rb/blob/master/CHANGELOG.adoc) - [Commits](https://github.com/pygments/pygments.rb/compare/v1.1.2...v2.3.1) --- updated-dependencies: - dependency-name: pygments.rb dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 58b50178659b..021318425495 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" group :development do gem 'rake', '~> 10.0' gem 'jekyll', '~> 3.0' - gem 'pygments.rb', '~> 1.1.2' + gem 'pygments.rb', '~> 2.3.1' gem 'rdiscount', '~> 2.0' gem 'RedCloth', '~> 4.2' gem 'haml', '~> 4.0' diff --git a/Gemfile.lock b/Gemfile.lock index 11bd6af12e21..3dda0ad3fd8d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -45,7 +45,6 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) mercenary (0.3.6) method_source (0.8.2) - multi_json (1.12.1) octopress (3.0.11) jekyll (>= 2.0) mercenary (~> 0.3.2) @@ -76,8 +75,7 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - pygments.rb (1.1.2) - multi_json (>= 1.0.0) + pygments.rb (2.3.1) rack (1.6.4) rack-protection (1.5.3) rack @@ -125,7 +123,7 @@ DEPENDENCIES octopress-filters octopress-include-tag pry - pygments.rb (~> 1.1.2) + pygments.rb (~> 2.3.1) rake (~> 10.0) rb-fsevent (~> 0.9) rdiscount (~> 2.0)