Skip to content

Commit

Permalink
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 54cddfe commit 477ed97
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 @@ -34,7 +34,7 @@ gem "wdm", :platforms => [:mingw, :x64_mingw, :mswin]
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

#gem "webrick", "~> 1.7"
gem "webrick", "~> 1.8.1"
gem "webrick", "~> 1.9.0"
gem "just-the-docs", "~> 0.8.2" # pinned version
gem 'jemoji', "~> 0.13.0"
gem 'kramdown-parser-gfm', "~> 1.1.0"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ GEM
unicode-display_width (1.8.0)
uri (0.13.0)
wdm (0.1.1)
webrick (1.8.1)
webrick (1.9.0)

PLATFORMS
x64-mingw-ucrt
Expand All @@ -288,7 +288,7 @@ DEPENDENCIES
tzinfo
tzinfo-data
wdm
webrick (~> 1.8.1)
webrick (~> 1.9.0)

BUNDLED WITH
2.3.26

0 comments on commit 477ed97

Please sign in to comment.