Skip to content

Commit 01b4558

Browse files
committed
Update Gemfile
1 parent d4ff38b commit 01b4558

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ gem "github-pages", group: :jekyll_plugins
44

55
gem "tzinfo-data"
66
gem "wdm", "~> 0.1.0" if Gem.win_platform?
7+
gem "webrick", "~> 1.7"
78

89
# If you have any plugins, put them here!
910
group :jekyll_plugins do
@@ -16,4 +17,6 @@ group :jekyll_plugins do
1617
gem "jekyll-algolia"
1718
end
1819

19-
gem "webrick", "~> 1.7"
20+
21+
# Security fixes
22+
# gem "activesupport", ">= 4.1.11"

0 commit comments

Comments
 (0)