Skip to content

Commit 37f7fca

Browse files
committed
fix: Add webrick to support run in ruby 3.1
1 parent d60acb5 commit 37f7fca

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
source 'https://rubygems.org'
2-
gem 'github-pages'
2+
gem 'github-pages'
3+
gem 'webrick'

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,15 @@ GEM
265265
unf_ext
266266
unf_ext (0.0.7.7)
267267
unicode-display_width (1.7.0)
268+
webrick (1.9.2)
268269
zeitwerk (2.6.6)
269270

270271
PLATFORMS
271272
ruby
272273

273274
DEPENDENCIES
274275
github-pages
276+
webrick
275277

276278
BUNDLED WITH
277279
2.1.4

0 commit comments

Comments
 (0)