From c68101a7371d32d4d0bef8929cc997d8e5d4ec00 Mon Sep 17 00:00:00 2001 From: Paul Sernatinger Date: Fri, 18 Nov 2022 22:29:49 -0600 Subject: [PATCH] Address some review comments --- docs/maintainers.md | 1 - lib/docs/filters/core/images.rb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/maintainers.md b/docs/maintainers.md index cd85fc08..fdacd234 100644 --- a/docs/maintainers.md +++ b/docs/maintainers.md @@ -126,7 +126,6 @@ The following people (used to) maintain DevDocs: - [Jed Fox](https://github.com/j-f1) - [Mrugesh Mohapatra](https://github.com/raisedadead) - [Oliver Eyton-Williams](https://github.com/ojeytonwilliams) -- [Paul Sernatinger](https://github.com/oscillot) - [Simon Legner](https://github.com/simon04) - [Thibaut Courouble](https://github.com/thibaut) diff --git a/lib/docs/filters/core/images.rb b/lib/docs/filters/core/images.rb index 407583dc..f63016e3 100644 --- a/lib/docs/filters/core/images.rb +++ b/lib/docs/filters/core/images.rb @@ -1,5 +1,6 @@ # frozen_string_literal: true +require 'base64' require 'image_optim' module Docs