Skip to content

Commit 0f24b37

Browse files
committed
Bundle update and add webrick for local builds
1 parent 6195f5f commit 0f24b37

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Gemfile

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

33
gem "github-pages", group: :jekyll_plugins
4+
5+
gem "webrick", "~> 1.8"

Gemfile.lock

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.5)
4+
activesupport (7.0.5.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
@@ -24,7 +24,7 @@ GEM
2424
ffi (>= 1.15.0)
2525
eventmachine (1.2.7)
2626
execjs (2.8.1)
27-
faraday (2.7.6)
27+
faraday (2.7.8)
2828
faraday-net_http (>= 2.0, < 3.1)
2929
ruby2_keywords (>= 0.0.4)
3030
faraday-net_http (3.0.2)
@@ -249,12 +249,14 @@ GEM
249249
unf_ext
250250
unf_ext (0.0.8.2)
251251
unicode-display_width (1.8.0)
252+
webrick (1.8.1)
252253

253254
PLATFORMS
254255
ruby
255256

256257
DEPENDENCIES
257258
github-pages
259+
webrick (~> 1.8)
258260

259261
BUNDLED WITH
260262
2.3.10

0 commit comments

Comments
 (0)