Skip to content

Commit

Permalink
bump webrick too
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Jan 20, 2025
1 parent 6bd5080 commit 2972aa6
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
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem "jekyll", "~> 4.3"
gem "webrick", "~> 1.8"
gem "webrick", "~> 1.9"

gem "jekyll-theme-primer"
gem "jekyll-redirect-from"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
uri (0.13.0)
webrick (1.8.1)
webrick (1.9.1)

PLATFORMS
aarch64-linux
Expand All @@ -137,7 +137,7 @@ DEPENDENCIES
jekyll (~> 4.3)
jekyll-redirect-from
jekyll-theme-primer
webrick (~> 1.8)
webrick (~> 1.9)

BUNDLED WITH
2.5.4

0 comments on commit 2972aa6

Please sign in to comment.