We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60acb5 commit 37f7fcaCopy full SHA for 37f7fca
Gemfile
@@ -1,2 +1,3 @@
1
source 'https://rubygems.org'
2
-gem 'github-pages'
+gem 'github-pages'
3
+gem 'webrick'
Gemfile.lock
@@ -265,13 +265,15 @@ GEM
265
unf_ext
266
unf_ext (0.0.7.7)
267
unicode-display_width (1.7.0)
268
+ webrick (1.9.2)
269
zeitwerk (2.6.6)
270
271
PLATFORMS
272
ruby
273
274
DEPENDENCIES
275
github-pages
276
+ webrick
277
278
BUNDLED WITH
279
2.1.4
0 commit comments