Skip to content

Commit

Permalink
Avoiding broken jekyll-liquid version
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Apr 29, 2024
1 parent 986b449 commit a614c2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ gem 'jekyll-seo-tag'
# A Fix
gem 'webrick', "~> 1.7"

# Note 0.0.3 is broken due to: https://github.com/gemfarmer/jekyll-liquify/issues/8
gem "jekyll-liquify", "0.0.2"

group :development, :test do
gem 'html-proofer', "3.19.0"
gem 'rspec'
Expand Down

0 comments on commit a614c2a

Please sign in to comment.