Skip to content

Commit

Permalink
build(deps): bump webrick from 1.8.2 to 1.9.0 in /docs (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreszorro authored Nov 19, 2024
2 parents 7af3f46 + 06b42b2 commit f6a2e9e
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 @@ -2,7 +2,7 @@ source 'https://rubygems.org'
gem 'jekyll'
gem "jekyll-theme-hacker", "~> 0.2.0"
gem "github-pages", "~> 232"
gem "webrick", "~> 1.8"
gem "webrick", "~> 1.9"
gem "kramdown-parser-gfm", "~> 1.1"

group :jekyll_plugins do
Expand Down
4 changes: 2 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.2)
webrick (1.9.0)

PLATFORMS
aarch64-linux
Expand All @@ -321,7 +321,7 @@ DEPENDENCIES
jekyll-remote-include!
jekyll-theme-hacker (~> 0.2.0)
kramdown-parser-gfm (~> 1.1)
webrick (~> 1.8)
webrick (~> 1.9)

BUNDLED WITH
2.5.11

0 comments on commit f6a2e9e

Please sign in to comment.