Skip to content

Commit 9352877

Browse files
author
Hyperconnect DevRel
committed
Sync @ 2022-01-27-19-44
1 parent 11eee5e commit 9352877

File tree

2 files changed

+195
-160
lines changed

2 files changed

+195
-160
lines changed

Gemfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ gem "minima", "~> 2.0"
1919

2020
# If you have any plugins, put them here!
2121
group :jekyll_plugins do
22-
gem "jekyll-feed", "~> 0.6"
23-
gem "jekyll-sitemap", "~> 1.2.0"
22+
gem "jekyll-feed"
23+
gem "jekyll-sitemap"
2424
end
2525

2626
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -29,3 +29,5 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
2929
# Performance-booster for watching directories on Windows
3030
gem "wdm", "~> 0.1.0" if Gem.win_platform?
3131

32+
33+
gem "webrick", "~> 1.7"

0 commit comments

Comments
 (0)