Skip to content

Commit

Permalink
Upgrade jsut webrick
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Sep 24, 2024
1 parent c0d84ac commit d5ce8de
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 @@ -26,4 +26,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?

gem "webrick", "~> 1.7"
gem "webrick", "~> 1.8.2"
4 changes: 2 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
x86_64-linux
Expand All @@ -271,7 +271,7 @@ DEPENDENCIES
jekyll-feed (~> 0.6)
jekyll-remote-theme
tzinfo-data
webrick (~> 1.7)
webrick (~> 1.8.2)

BUNDLED WITH
2.3.5

0 comments on commit d5ce8de

Please sign in to comment.