Skip to content

Commit 5af47e4

Browse files
Bump webrick from 1.7.0 to 1.8.2
Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a015481 commit 5af47e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ end
1919
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
2020

2121
# Jekyll <= 4.2.0 compatibility with Ruby 3.0
22-
gem "webrick", "~> 1.7"
22+
gem "webrick", "~> 1.8"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ GEM
9696
tzinfo (>= 1.0.0)
9797
unicode-display_width (2.3.0)
9898
wdm (0.1.1)
99-
webrick (1.7.0)
99+
webrick (1.8.2)
100100
yell (2.2.2)
101101

102102
PLATFORMS
@@ -108,7 +108,7 @@ DEPENDENCIES
108108
tzinfo (~> 1.2)
109109
tzinfo-data
110110
wdm (~> 0.1.1)
111-
webrick (~> 1.7)
111+
webrick (~> 1.8)
112112

113113
BUNDLED WITH
114114
2.3.23

0 commit comments

Comments
 (0)