Skip to content

Commit 6577dc8

Browse files
authored
Merge pull request #615 from srobo/drop-explicit-webrick
Drop explicit webrick dependency
2 parents c37c455 + 6240121 commit 6577dc8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,3 @@ gem 'html-proofer', '~> 4'
1414

1515
# Avoid polling on windows
1616
gem 'wdm', '>= 0.1.0'
17-
18-
# For local Ruby 3 support; works around https://github.com/github/pages-gem/issues/752
19-
gem "webrick", "~> 1.7"

Gemfile.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ DEPENDENCIES
105105
neat
106106
rake
107107
wdm (>= 0.1.0)
108-
webrick (~> 1.7)
109108

110109
BUNDLED WITH
111110
2.3.6

0 commit comments

Comments
 (0)