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