Skip to content

Commit 38582a2

Browse files
committed
Update Gemfile
1 parent 15be24e commit 38582a2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Gemfile

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 3.7.4"
4-
gem "github-pages", "~> 192"
5-
gem "rake", "~> 12.3.1"
6-
gem "slugify", "~> 1.0"
3+
gem "jekyll", "> 3.7.4"
4+
gem "github-pages", "> 193"
5+
gem "rake", "> 12.3.1"
6+
gem "slugify", "> 1.0"
77
gem "jekyll-sitemap"
8+
gem "webrick" # https://stackoverflow.com/questions/65989040/bundle-exec-jekyll-serve-cannot-load-such-file

0 commit comments

Comments
 (0)