Skip to content

Commit

Permalink
Merge pull request #685 from share/dependabot/bundler/docs/webrick-1.8.2
Browse files Browse the repository at this point in the history
Bump webrick from 1.8.1 to 1.8.2 in /docs
  • Loading branch information
alecgibson authored Oct 15, 2024
2 parents 1e7cb26 + f4908ca commit 4b8d3dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ gem "wdm", "~> 0.1.0", :install_if => Gem.win_platform?
gem "kramdown-parser-gfm"

# Needed for Ruby 3: https://github.com/jekyll/jekyll/issues/8523
gem "webrick", "~> 1.7"
gem "webrick", "~> 1.8"
4 changes: 2 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ GEM
unf_ext (0.0.9.1)
unicode-display_width (1.8.0)
wdm (0.1.1)
webrick (1.8.1)
webrick (1.8.2)
zeitwerk (2.6.12)

PLATFORMS
Expand All @@ -271,7 +271,7 @@ DEPENDENCIES
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.0)
webrick (~> 1.7)
webrick (~> 1.8)

BUNDLED WITH
2.1.4

0 comments on commit 4b8d3dc

Please sign in to comment.