Skip to content

Commit f0017fe

Browse files
authored
Merge pull request #574 from ircv3/dependabot/bundler/webrick-1.9.2
Bump webrick from 1.8.1 to 1.9.2
2 parents 2273c94 + a938fa0 commit f0017fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source "https://rubygems.org"
22

33
gem 'github-pages', group: :jekyll_plugins
44

5-
gem "webrick", "~> 1.8"
5+
gem "webrick", "~> 1.9"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,14 @@ GEM
263263
concurrent-ruby (~> 1.0)
264264
unicode-display_width (1.8.0)
265265
uri (0.13.0)
266-
webrick (1.8.1)
266+
webrick (1.9.2)
267267

268268
PLATFORMS
269269
ruby
270270

271271
DEPENDENCIES
272272
github-pages
273-
webrick (~> 1.8)
273+
webrick (~> 1.9)
274274

275275
BUNDLED WITH
276276
2.3.15

0 commit comments

Comments
 (0)