Skip to content

Commit 80adec4

Browse files
Bump webrick from 1.7.0 to 1.9.1 in /docs
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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 47b0d3a commit 80adec4

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ gem 'github-pages', group: :jekyll_plugins
66
# to publich without github page
77
#gem "jekyll"
88

9-
gem "webrick", "~> 1.7"
9+
gem "webrick", "~> 1.9"
1010
gem 'wdm', '>= 0.1.0' if Gem.win_platform?

docs/Gemfile.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,7 @@ GEM
272272
unf_ext (0.0.8)
273273
unf_ext (0.0.8-x64-mingw32)
274274
unicode-display_width (1.8.0)
275-
wdm (0.1.1)
276-
webrick (1.7.0)
275+
webrick (1.9.1)
277276
zeitwerk (2.4.2)
278277

279278
PLATFORMS
@@ -282,8 +281,7 @@ PLATFORMS
282281

283282
DEPENDENCIES
284283
github-pages
285-
wdm (>= 0.1.0)
286-
webrick (~> 1.7)
284+
webrick (~> 1.9)
287285

288286
BUNDLED WITH
289287
2.2.29

0 commit comments

Comments
 (0)