Skip to content

Commit

Permalink
build(deps): bump webrick from 1.7.0 to 1.8.1
Browse files Browse the repository at this point in the history
Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.1.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](ruby/webrick@v1.7.0...v1.8.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ibuziuk committed Jun 27, 2024
1 parent fa70f69 commit fc899d0
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 @@ -16,4 +16,4 @@ group :jekyll_plugins do
gem "jekyll-feed", "~> 0.17.0"
end

gem "webrick", "~> 1.7.0"
gem "webrick", "~> 1.8.1"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.8.0)
webrick (1.7.0)
webrick (1.8.1)

PLATFORMS
ruby
Expand All @@ -81,7 +81,7 @@ DEPENDENCIES
jekyll-asciidoc (~> 3.0.0)
jekyll-feed (~> 0.17.0)
minima (~> 2.5.1)
webrick (~> 1.7.0)
webrick (~> 1.8.1)

BUNDLED WITH
2.3.22

0 comments on commit fc899d0

Please sign in to comment.