Skip to content

Commit c703c3f

Browse files
Update webrick to "~> 1.9", ">= 1.9.2" (#1944)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f98925d commit c703c3f

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
@@ -2,4 +2,4 @@ source "https://rubygems.org"
22

33
gem "github-pages", group: :jekyll_plugins
44

5-
gem "webrick", "~> 1.9", ">= 1.9.1"
5+
gem "webrick", "~> 1.9", ">= 1.9.2"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,14 @@ GEM
271271
concurrent-ruby (~> 1.0)
272272
unicode-display_width (1.8.0)
273273
uri (1.1.1)
274-
webrick (1.9.1)
274+
webrick (1.9.2)
275275

276276
PLATFORMS
277277
ruby
278278

279279
DEPENDENCIES
280280
github-pages
281-
webrick (~> 1.9, >= 1.9.1)
281+
webrick (~> 1.9, >= 1.9.2)
282282

283283
BUNDLED WITH
284284
2.7.2

0 commit comments

Comments
 (0)