Skip to content

Commit 1fb195e

Browse files
Bump webrick from 1.8.2 to 1.9.0
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.2 to 1.9.0. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.8.2...v1.9.0) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b53118 commit 1fb195e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22
gem 'github-pages'
3-
gem "webrick", "~> 1.8"
3+
gem "webrick", "~> 1.9"
44

55
group :test do
66
gem 'html-proofer'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ GEM
303303
concurrent-ruby (~> 1.0)
304304
unicode-display_width (1.8.0)
305305
uri (0.13.1)
306-
webrick (1.8.2)
306+
webrick (1.9.0)
307307
yell (2.2.2)
308308
zeitwerk (2.6.17)
309309

@@ -315,7 +315,7 @@ DEPENDENCIES
315315
html-proofer
316316
rake
317317
scss_lint
318-
webrick (~> 1.8)
318+
webrick (~> 1.9)
319319

320320
BUNDLED WITH
321321
2.2.22

0 commit comments

Comments
 (0)