Skip to content

Commit

Permalink
Added webrick with "bundle add webrick", because of github/pages-gem#752
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonny Garić committed Jul 17, 2021
1 parent 587ec1e commit 7bf3ce5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -29,3 +29,5 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]

# Add webrick, because of https://github.com/github/pages-gem/issues/752
gem "webrick", "~> 1.7"
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -263,6 +263,7 @@ GEM
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
webrick (1.7.0)
zeitwerk (2.4.2)

PLATFORMS
Expand All @@ -275,6 +276,7 @@ DEPENDENCIES
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.7)

BUNDLED WITH
2.2.24

0 comments on commit 7bf3ce5

Please sign in to comment.