Skip to content

Commit 2d71316

Browse files
semiempirical bookmark post
1 parent c54eb96 commit 2d71316

2 files changed

Lines changed: 237 additions & 1 deletion

File tree

Gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ group :jekyll_plugins do
2323
end
2424

2525
# To deal with security vulnerabilities:
26-
gem "nokogiri", ">= 1.10.8"
26+
gem "nokogiri", ">= 1.11.0.rc4"
2727
gem "activesupport", ">= 6.0.3.1"
2828
gem "kramdown", ">= 2.3.0"
2929

@@ -33,3 +33,5 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
3333
# Performance-booster for watching directories on Windows
3434
gem "wdm", "~> 0.1.0" if Gem.win_platform?
3535

36+
37+
gem "webrick", "~> 1.7"

0 commit comments

Comments
 (0)