Skip to content

Commit ba75d67

Browse files
Merge pull request #122 from studioromeo/dependabot/bundler/webrick-1.9.0
Bump webrick from 1.8.2 to 1.9.0
2 parents 2b53118 + 1fb195e commit ba75d67

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)