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 @@ -11,7 +11,7 @@ group :jekyll_plugins do
gem 'jekyll-paginate-v2', "3.0.0"
gem 'jekyll-sitemap'
gem 'jekyll-seo-tag'
gem 'jekyll-liquify', "0.0.2"
gem 'jekyll-liquify', "0.1.0"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
15 changes: 10 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ GEM
bigdecimal (3.1.8)
colorator (1.1.0)
concurrent-ruby (1.3.4)
csv (3.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand Down Expand Up @@ -45,9 +46,12 @@ GEM
safe_yaml (~> 1.0)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
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-sass-converter (3.0.0)
Expand All @@ -66,6 +70,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-x86_64-linux-gnu)
racc (~> 1.4)
Expand All @@ -80,7 +85,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)
safe_yaml (1.0.5)
Expand All @@ -105,7 +110,7 @@ PLATFORMS
DEPENDENCIES
html-proofer (~> 3.18)
jekyll (= 4.3.3)
jekyll-liquify (= 0.0.2)
jekyll-liquify (= 0.1.0)
jekyll-paginate-v2 (= 3.0.0)
jekyll-sass-converter (~> 3.0)
jekyll-seo-tag
Expand Down
Loading