Skip to content

Commit 0dc30c4

Browse files
Bump webrick from 1.8.1 to 1.8.2
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38157f3 commit 0dc30c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ group :test do
1313
gem 'html-proofer'
1414
end
1515

16-
gem "webrick", "~> 1.7"
16+
gem "webrick", "~> 1.8"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ GEM
107107
typhoeus (1.4.1)
108108
ethon (>= 0.9.0)
109109
unicode-display_width (1.8.0)
110-
webrick (1.8.1)
110+
webrick (1.8.2)
111111
yell (2.2.2)
112112
zeitwerk (2.6.18)
113113

@@ -120,7 +120,7 @@ DEPENDENCIES
120120
jekyll-last-modified-at
121121
jekyll-sitemap
122122
rake
123-
webrick (~> 1.7)
123+
webrick (~> 1.8)
124124

125125
BUNDLED WITH
126126
2.4.19

0 commit comments

Comments
 (0)