From 6f48b06e225b547e25c3fe073798ade9cda6b656 Mon Sep 17 00:00:00 2001
From: Rosie Yohannan <rosie@circleci.com>
Date: Tue, 1 Oct 2024 22:23:09 +0100
Subject: [PATCH] remove pygments gem

---
 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