Browse Source

Merge pull request #1070 from kevquirk/d5ebdependabot/bundler/webrick-1.8.1

Bump webrick from 1.7.0 to 1.8.1
pull/1075/head
Garrit Franke 1 year ago committed by GitHub
parent
commit
377f8c9633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

2
Gemfile

@ -14,4 +14,4 @@ group :jekyll_plugins do
gem 'jekyll-seo-tag'
end
gem "webrick", "~> 1.7"
gem "webrick", "~> 1.8"

4
Gemfile.lock

@ -73,7 +73,7 @@ GEM
tzinfo-data (1.2022.7)
tzinfo (>= 1.0.0)
unicode-display_width (2.4.2)
webrick (1.7.0)
webrick (1.8.1)
PLATFORMS
ruby
@ -84,7 +84,7 @@ DEPENDENCIES
jekyll-seo-tag
jekyll-sitemap
tzinfo-data
webrick (~> 1.7)
webrick (~> 1.8)
BUNDLED WITH
2.2.22

Loading…
Cancel
Save