From 12255e12b487f786ab8b9d55eb67bb9f7e15fce8 Mon Sep 17 00:00:00 2001 From: Rosie Yohannan Date: Tue, 1 Oct 2024 22:55:36 +0100 Subject: [PATCH] remove pygments gem (#8995) --- Gemfile | 1 - Gemfile.lock | 4 ---- 2 files changed, 5 deletions(-) diff --git a/Gemfile b/Gemfile index e2ee0dc0fb4..42e9554ff7f 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,6 @@ ruby '3.1.3' gem "jekyll", '~> 4.3.0', github: "jekyll/jekyll" gem 'html-proofer' gem 'asciidoctor' -gem 'pygments.rb', '~> 1.1.2' gem 'rake' gem 'dotenv' gem "kramdown-parser-gfm" diff --git a/Gemfile.lock b/Gemfile.lock index b1287d04ac9..4ba21dafb2a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,7 +111,6 @@ GEM mercenary (0.4.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - multi_json (1.15.0) multi_xml (0.7.1) bigdecimal (~> 3.1) multipart-post (2.1.1) @@ -135,8 +134,6 @@ GEM thor (>= 0.20.3, < 2.0) pronto-markdownlint (0.0.3) public_suffix (4.0.7) - pygments.rb (1.1.2) - multi_json (>= 1.0.0) racc (1.8.1) rainbow (3.0.0) rake (13.0.3) @@ -182,7 +179,6 @@ DEPENDENCIES nokogiri (~> 1.16.5) pronto pronto-markdownlint - pygments.rb (~> 1.1.2) rake RUBY VERSION