Skip to content

Commit

Permalink
Merge pull request #61 from srobo/drop-explicit-webrick
Browse files Browse the repository at this point in the history
Drop explicit webrick dependency by updating Jekyll
  • Loading branch information
PeterJCLaw authored Sep 28, 2024
2 parents 432a0a1 + 0e439e4 commit 9e4f14c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,3 @@ gem 'html-proofer', '~> 3'

# Avoid polling on windows
gem 'wdm', '>= 0.1.0'

# For local Ruby 3 support; works around https://github.com/github/pages-gem/issues/752
gem "webrick", "~> 1.7"
28 changes: 14 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
colorator (1.1.0)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.4)
csv (3.3.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand All @@ -13,9 +14,9 @@ GEM
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
eventmachine (1.2.7-x86-mingw32)
ffi (1.16.3)
ffi (1.16.3-x64-mingw32)
ffi (1.16.3-x86-mingw32)
ffi (1.17.0)
ffi (1.17.0-x64-mingw32)
ffi (1.17.0-x86-mingw32)
forwardable-extended (2.6.0)
html-proofer (3.19.4)
addressable (~> 2.3)
Expand All @@ -26,11 +27,12 @@ GEM
typhoeus (~> 1.3)
yell (~> 2.0)
http_parser.rb (0.8.0)
i18n (1.14.4)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jekyll (3.9.5)
jekyll (3.10.0)
addressable (~> 2.4)
colorator (~> 1.0)
csv (~> 3.0)
em-websocket (~> 0.5)
i18n (>= 0.7, < 2)
jekyll-sass-converter (~> 1.0)
Expand All @@ -41,6 +43,7 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
webrick (>= 1.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-watch (2.2.1)
Expand All @@ -59,23 +62,21 @@ GEM
parallel (1.24.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
public_suffix (6.0.1)
racc (1.8.0)
rainbow (3.1.1)
rake (12.3.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.6)
strscan
rexml (3.3.7)
rouge (3.30.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
strscan (3.1.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
wdm (0.1.1)
Expand All @@ -93,7 +94,6 @@ DEPENDENCIES
kramdown
rake
wdm (>= 0.1.0)
webrick (~> 1.7)

BUNDLED WITH
2.3.6

0 comments on commit 9e4f14c

Please sign in to comment.