Skip to content

Commit c900fd7

Browse files
Bump webrick from 1.7.0 to 1.8.2 in /site
Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fe9727d commit c900fd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

site/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#
1616
source 'https://rubygems.org'
1717
gem 'jekyll', '~>4'
18-
gem "webrick", "~> 1.7"
18+
gem "webrick", "~> 1.8"
1919

2020
group :jekyll_plugins do
2121
gem 'jekyll-redirect-from'

site/Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ GEM
5858
terminal-table (2.0.0)
5959
unicode-display_width (~> 1.1, >= 1.1.1)
6060
unicode-display_width (1.8.0)
61-
webrick (1.7.0)
61+
webrick (1.8.2)
6262

6363
PLATFORMS
6464
x86_64-linux
@@ -67,7 +67,7 @@ PLATFORMS
6767
DEPENDENCIES
6868
jekyll (~> 4)
6969
jekyll-redirect-from
70-
webrick (~> 1.7)
70+
webrick (~> 1.8)
7171

7272
BUNDLED WITH
7373
2.3.11

0 commit comments

Comments
 (0)