Skip to content

Commit 3899142

Browse files
committed
Add webrick to gemfile
1 parent 15fae36 commit 3899142

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
source "https://rubygems.org"
22
gem "github-pages", group: :jekyll_plugins
3+
gem "webrick", "~> 1.7"

docs/Gemfile.lock

+5
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ GEM
211211
jekyll-feed (~> 0.9)
212212
jekyll-seo-tag (~> 2.1)
213213
minitest (5.16.3)
214+
nokogiri (1.13.8-arm64-darwin)
215+
racc (~> 1.4)
214216
nokogiri (1.13.8-x86_64-darwin)
215217
racc (~> 1.4)
216218
octokit (4.25.1)
@@ -249,13 +251,16 @@ GEM
249251
unf_ext
250252
unf_ext (0.0.8.2)
251253
unicode-display_width (1.8.0)
254+
webrick (1.8.1)
252255
zeitwerk (2.6.1)
253256

254257
PLATFORMS
258+
arm64-darwin-22
255259
x86_64-darwin-18
256260

257261
DEPENDENCIES
258262
github-pages
263+
webrick (~> 1.7)
259264

260265
BUNDLED WITH
261266
2.3.23

0 commit comments

Comments
 (0)