Skip to content

Commit

Permalink
Merge pull request #308 from casework/dependabot/bundler/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
  • Loading branch information
ajnelson-nist authored Oct 28, 2024
2 parents 3671573 + 9c17f58 commit 8e4a084
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 @@ -32,4 +32,4 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?

# For Ruby >= 3.0.0, install gem "webrick" to prevent error
# Source: https://github.com/github/pages-gem/issues/752
gem "webrick", "~> 1.7"
gem "webrick", "~> 1.8"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
ruby
Expand All @@ -270,7 +270,7 @@ DEPENDENCIES
jekyll-seo-tag
jekyll-sitemap
tzinfo-data
webrick (~> 1.7)
webrick (~> 1.8)

BUNDLED WITH
2.3.26

0 comments on commit 8e4a084

Please sign in to comment.