Skip to content

Commit b18c699

Browse files
Bump webrick from 1.7.0 to 1.9.1
Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.9.1. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.7.0...v1.9.1) --- updated-dependencies: - dependency-name: webrick dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ba30f5 commit b18c699

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
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
gem "jekyll", "~> 4.4"
66
gem "just-the-docs", "~> 0.3.3"
7-
gem "webrick", "~> 1.7"
7+
gem "webrick", "~> 1.9"
88
gem "jekyll-remote-theme"
99

1010
group :jekyll_plugins do

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ GEM
8080
terminal-table (3.0.2)
8181
unicode-display_width (>= 1.1.1, < 3)
8282
unicode-display_width (2.6.0)
83-
webrick (1.7.0)
83+
webrick (1.9.1)
8484

8585
PLATFORMS
8686
arm64-darwin-21
@@ -95,7 +95,7 @@ DEPENDENCIES
9595
jekyll-remote-theme
9696
jekyll-sitemap (~> 1.4)
9797
just-the-docs (~> 0.3.3)
98-
webrick (~> 1.7)
98+
webrick (~> 1.9)
9999

100100
BUNDLED WITH
101101
2.3.12

0 commit comments

Comments
 (0)