Skip to content

Commit 8722287

Browse files
authored
Merge pull request #180 from secure-systems-lab/dependabot/bundler/webrick-1.9.0
Bump webrick from 1.8.2 to 1.9.0
2 parents 81a70b6 + c1668c9 commit 8722287

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,7 +5,7 @@ gem "neat", ">= 1.0.0"
55
gem 'jekyll-feed'
66

77

8-
gem "webrick", "~> 1.8"
8+
gem "webrick", "~> 1.9"
99

1010
gem "pathutil", "~> 0.16.2"
1111

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ GEM
119119
unicode-display_width (>= 1.1.1, < 3)
120120
thor (0.20.3)
121121
unicode-display_width (2.6.0)
122-
webrick (1.8.2)
122+
webrick (1.9.0)
123123

124124
PLATFORMS
125125
aarch64-linux
@@ -145,7 +145,7 @@ DEPENDENCIES
145145
json (~> 2.7)
146146
neat (>= 1.0.0)
147147
pathutil (~> 0.16.2)
148-
webrick (~> 1.8)
148+
webrick (~> 1.9)
149149

150150
BUNDLED WITH
151151
2.5.4

0 commit comments

Comments
 (0)