From c31259699110076a7bae997f92a8b46cca668c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 06:16:38 +0000 Subject: [PATCH] Bump pygments.rb from 0.6.3 to 2.3.0 Bumps [pygments.rb](https://github.com/pygments/pygments.rb) from 0.6.3 to 2.3.0. - [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/v0.6.3...v2.3.0) --- 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 | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index a1d627a356aa..6a96a8a80bab 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', '~> 0.6.3' + gem 'pygments.rb', '~> 2.3.0' gem 'rdiscount', '~> 2.0' gem 'RedCloth', '~> 4.2' gem 'haml', '~> 4.0' diff --git a/Gemfile.lock b/Gemfile.lock index a64797568a6c..cebbc4a00c1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,14 +71,11 @@ GEM jekyll (>= 2.0) pathutil (0.14.0) forwardable-extended (~> 2.6) - posix-spawn (0.3.11) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) - pygments.rb (0.6.3) - posix-spawn (~> 0.3.6) - yajl-ruby (~> 1.2.0) + pygments.rb (2.3.0) rack (1.6.4) rack-protection (1.5.3) rack @@ -107,7 +104,6 @@ GEM ref tilt (2.0.5) titlecase (0.1.1) - yajl-ruby (1.2.1) PLATFORMS ruby @@ -127,7 +123,7 @@ DEPENDENCIES octopress-filters octopress-include-tag pry - pygments.rb (~> 0.6.3) + pygments.rb (~> 2.3.0) rake (~> 10.0) rb-fsevent (~> 0.9) rdiscount (~> 2.0)