README.md in wax_tasks-1.1.5 vs README.md in wax_tasks-1.1.6
- old
+ new
@@ -21,33 +21,34 @@
# Getting Started
## Prerequisites
-You'll need `Ruby >= 2.4` with `bundler` installed. Check your versions with:
+You'll need `Ruby >= 3.2` with `bundler` installed. Check your versions with:
```bash
$ ruby -v
- ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-darwin18]
+ ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin22]
$ bundler -v
- Bundler version 1.16.1
+ Bundler version 2.4.16
```
To use the image derivative tasks, you will also need to have ImageMagick and Ghostscript installed and functional. You can check to see if you have ImageMagick by running:
```bash
$ convert -version
- Version: ImageMagick 6.9.9-20 Q16 x86_64 2017-10-15 http://www.imagemagick.org
- Copyright: (c) 1999-2017 ImageMagick Studio LLC
- License: http://www.imagemagick.org/script/license.php
- Features: Cipher DPC Modules
- Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib
+ Version: ImageMagick 7.1.1-12 Q16-HDRI aarch64 21239 https://imagemagick.org
+ Copyright: (C) 1999 ImageMagick Studio LLC
+ License: https://imagemagick.org/script/license.php
+ Features: Cipher DPC HDRI Modules OpenMP(5.0)
+ Delegates (built-in): bzlib fontconfig freetype gslib heic jng jp2 jpeg jxl lcms lqr ltdl lzma openexr png ps raw tiff webp xml zlib
+ Compiler: gcc (4.2)
```
... and check Ghostscript with:
```bash
$ gs -version
- GPL Ghostscript 9.21 (2017-03-16)
- Copyright (C) 2017 Artifex Software, Inc. All rights reserved.
+ GPL Ghostscript 10.01.2 (2023-06-21)
+ Copyright (C) 2023 Artifex Software, Inc. All rights reserved.
```
Next, you'll need a Jekyll site. You can clone the [minicomp/wax demo site](https://github.com/minicomp/wax/) or start a site from scratch with:
```sh