Skip to content

Commit

Permalink
Bump webrick from 1.8.2 to 1.9.1
Browse files Browse the repository at this point in the history
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.2 to 1.9.1.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](ruby/webrick@v1.8.2...v1.9.1)

---
updated-dependencies:
- dependency-name: webrick
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 4398e63 commit 17507ac
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 @@ -25,7 +25,7 @@ end
# Excluded from CI except on latest MRI Ruby, to reduce compatibility burden
group :docs, optional: true do
gem "redcarpet", "~> 3.6"
gem "webrick", "~> 1.8"
gem "webrick", "~> 1.9"
gem "yard", "~> 0.9"
gem "yard-doctest", "~> 0.1"
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GEM
slop (3.6.0)
unicode-display_width (2.5.0)
values (1.8.0)
webrick (1.8.2)
webrick (1.9.1)
yard (0.9.36)
yard-doctest (0.1.17)
minitest
Expand All @@ -101,7 +101,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura
values (~> 1)
webrick (~> 1.8)
webrick (~> 1.9)
yard (~> 0.9)
yard-doctest (~> 0.1)

Expand Down

0 comments on commit 17507ac

Please sign in to comment.