Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 95c8df4

Browse files
authoredMay 10, 2024··
Bump webrick from 1.7.0 to 1.8.1
Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.1. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.7.0...v1.8.1) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a88834b commit 95c8df4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ gem "neat", ">= 1.0.0"
55
gem 'jekyll-feed'
66

77

8-
gem "webrick", "~> 1.7"
8+
gem "webrick", "~> 1.8"

‎Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ GEM
6161
unicode-display_width (~> 1.1, >= 1.1.1)
6262
thor (0.20.3)
6363
unicode-display_width (1.7.0)
64-
webrick (1.7.0)
64+
webrick (1.8.1)
6565

6666
PLATFORMS
6767
x86_64-linux
@@ -70,7 +70,7 @@ DEPENDENCIES
7070
jekyll (>= 3.6.3)
7171
jekyll-feed
7272
neat (>= 1.0.0)
73-
webrick (~> 1.7)
73+
webrick (~> 1.8)
7474

7575
BUNDLED WITH
7676
2.2.16

0 commit comments

Comments
 (0)
Please sign in to comment.