Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d996b3c

Browse files
authoredNov 1, 2024··
[Dependency] Bump webrick from 1.8.1 to 1.9.0
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.9.0. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.8.1...v1.9.0) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d857c43 commit d996b3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ end
77

88
gem 'wdm', '>= 0.1.1' if Gem.win_platform?
99

10-
gem "webrick", "~> 1.8"
10+
gem "webrick", "~> 1.9"
1111

1212
gem 'html-proofer', "~> 3.19.4"
1313

‎Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ GEM
277277
concurrent-ruby (~> 1.0)
278278
unicode-display_width (1.8.0)
279279
uri (0.13.0)
280-
webrick (1.8.1)
280+
webrick (1.9.0)
281281
yell (2.2.2)
282282

283283
PLATFORMS
@@ -289,7 +289,7 @@ DEPENDENCIES
289289
github-pages (= 232)
290290
html-proofer (~> 3.19.4)
291291
json
292-
webrick (~> 1.8)
292+
webrick (~> 1.9)
293293

294294
BUNDLED WITH
295295
2.5.6

0 commit comments

Comments
 (0)
Please sign in to comment.