Skip to content

Commit

Permalink
[Dependency] Bump webrick from 1.8.1 to 1.9.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent d857c43 commit d996b3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ end

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

gem "webrick", "~> 1.8"
gem "webrick", "~> 1.9"

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

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.1)
webrick (1.9.0)
yell (2.2.2)

PLATFORMS
Expand All @@ -289,7 +289,7 @@ DEPENDENCIES
github-pages (= 232)
html-proofer (~> 3.19.4)
json
webrick (~> 1.8)
webrick (~> 1.9)

BUNDLED WITH
2.5.6

0 comments on commit d996b3c

Please sign in to comment.