Updating gemfile as per #1091

This commit is contained in:
Zachary Klosko 2020-11-18 17:40:29 -05:00
parent 1d226f552b
commit 84536249b9
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.1)
kramdown (~> 2.2, >= 2.2.1)
kramdown (>= 2.3.0)
BUNDLED WITH
2.1.4

View File

@ -1,5 +1,5 @@
source 'https://rubygems.org'
gem 'kramdown', '~> 2.2', '>= 2.2.1'
gem 'kramdown', '>= 2.3.0'
gem 'jekyll', '~> 4.1'