Specify slate is not Ruby 3.0 compatible

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
Matthew Peveler
2021-01-18 13:39:54 -05:00
parent b56d145c7b
commit 11bcd78f38
2 changed files with 2 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
* __Drop support for Ruby 2.3 and 2.4__
* __[Security]__ Bump nokogiri from 1.10.10 to 1.11.1
* __[Security]__ Bump redcarpet from 3.5.0 to 3.5.1
* Specify slate is not supported on Ruby 3.x
* Bump rouge from 3.24.0 to 3.26.0
*October 27, 2020*

View File

@@ -1,4 +1,4 @@
ruby '>=2.5.0'
ruby '~> 2.5'
source 'https://rubygems.org'
# Middleman