Skip to content

Commit ac34bff

Browse files
deps(deps): bump webrick from 1.9.1 to 1.9.2
Bumps [webrick](https://github.com/ruby/webrick) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: webrick dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f665b1 commit ac34bff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "jekyll-polyglot", "~> 1.8"
1313
gem "jekyll-paginate-v2", "~> 3.0"
1414

1515
# Additional gems for security and performance
16-
gem "webrick", "~> 1.8" # Required for Ruby 3.0+
16+
gem "webrick", "~> 1.9" # Required for Ruby 3.0+
1717
gem "csv", "~> 3.3" # Required for Ruby 3.4+
1818
gem "base64", "~> 0.2" # Required for Ruby 3.4+
1919
gem "logger", "~> 1.6" # Will be removed from stdlib in Ruby 3.5

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GEM
8787
terminal-table (3.0.2)
8888
unicode-display_width (>= 1.1.1, < 3)
8989
unicode-display_width (2.6.0)
90-
webrick (1.9.1)
90+
webrick (1.9.2)
9191

9292
PLATFORMS
9393
arm64-darwin
@@ -105,7 +105,7 @@ DEPENDENCIES
105105
jekyll-sitemap (~> 1.4)
106106
logger (~> 1.6)
107107
ostruct (~> 0.6)
108-
webrick (~> 1.8)
108+
webrick (~> 1.9)
109109

110110
RUBY VERSION
111111
ruby 3.3.5p100

0 commit comments

Comments
 (0)