Skip to content

Commit

Permalink
docs: add webrick dependency
Browse files Browse the repository at this point in the history
webrick needs to be installed for ruby versions >3, which should ease
local testing for someone running newer versions. This is compatible
with running on ruby 2.7.4, the version used on github pages.

Signed-off-by: Fabio Utzig <[email protected]>
  • Loading branch information
utzig committed Sep 4, 2023
1 parent a2227f8 commit d44cde3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ gem "github-pages", group: :jekyll_plugins
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem "jemoji", "~> 0.12.0"

gem "webrick", "~> 1.8"
2 changes: 2 additions & 0 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.8.1)

PLATFORMS
ruby
Expand All @@ -257,6 +258,7 @@ DEPENDENCIES
github-pages
jemoji (~> 0.12.0)
tzinfo-data
webrick (~> 1.8)

BUNDLED WITH
1.17.2

0 comments on commit d44cde3

Please sign in to comment.