Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-seo-tag'
end
gem 'jekyll-liquify', "0.0.2"
gem 'jekyll-liquify', "0.1.0"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

Expand Down
22 changes: 17 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ GEM
io-event (~> 1.6, >= 1.6.5)
autoprefixer-rails (10.4.19.0)
execjs (~> 2)
base64 (0.2.0)
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.4)
console (1.29.2)
fiber-annotation
fiber-local (~> 1.1)
json
csv (3.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -80,15 +82,22 @@ GEM
webrick (~> 1.7)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-liquify (0.0.2)
liquid (>= 2.5, < 5.0)
redcarpet (~> 3.1)
jekyll-liquify (0.1.0)
base64
csv
liquid
logger
redcarpet
jekyll-paginate-v2 (3.0.0)
jekyll (>= 3.0, < 5.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-seo-tag (2.8.0)
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.9.0)
Expand All @@ -100,6 +109,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
mercenary (0.4.0)
nokogiri (1.18.4-x64-mingw-ucrt)
racc (~> 1.4)
Expand All @@ -122,7 +132,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
redcarpet (3.6.0)
redcarpet (3.6.1)
rexml (3.3.9)
rouge (4.5.1)
ruby-rc4 (0.1.5)
Expand Down Expand Up @@ -157,10 +167,12 @@ DEPENDENCIES
html-proofer (~> 5)
jekyll (= 4.3.3)
jekyll-feed (~> 0.15)
jekyll-liquify (= 0.0.2)
jekyll-liquify (= 0.1.0)
jekyll-paginate-v2 (= 3.0.0)
jekyll-redirect-from
jekyll-sass-converter (~> 3.0)
jekyll-seo-tag
jekyll-sitemap
tzinfo-data
webrick (~> 1.8)

Expand Down
Loading