Skip to content

Commit

Permalink
Update webrick to "~> 1.9", ">= 1.9.1" (#1778)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent af141b6 commit c654c8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source "https://rubygems.org"

gem "github-pages", group: :jekyll_plugins

gem "webrick", "~> 1.9"
gem "webrick", "~> 1.9", ">= 1.9.1"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -270,14 +270,14 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (1.0.2)
webrick (1.9.0)
webrick (1.9.1)

PLATFORMS
ruby

DEPENDENCIES
github-pages
webrick (~> 1.9)
webrick (~> 1.9, >= 1.9.1)

BUNDLED WITH
2.1.4

0 comments on commit c654c8a

Please sign in to comment.