Skip to content

Commit c654c8a

Browse files
Update webrick to "~> 1.9", ">= 1.9.1" (#1778)
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 af141b6 commit c654c8a

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"
5+
gem "webrick", "~> 1.9", ">= 1.9.1"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,14 +270,14 @@ GEM
270270
concurrent-ruby (~> 1.0)
271271
unicode-display_width (1.8.0)
272272
uri (1.0.2)
273-
webrick (1.9.0)
273+
webrick (1.9.1)
274274

275275
PLATFORMS
276276
ruby
277277

278278
DEPENDENCIES
279279
github-pages
280-
webrick (~> 1.9)
280+
webrick (~> 1.9, >= 1.9.1)
281281

282282
BUNDLED WITH
283283
2.1.4

0 commit comments

Comments
 (0)