Skip to content

Commit b08b14d

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

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
@@ -265,14 +265,14 @@ GEM
265265
concurrent-ruby (~> 1.0)
266266
unicode-display_width (1.8.0)
267267
uri (0.13.0)
268-
webrick (1.8.1)
268+
webrick (1.9.0)
269269

270270
PLATFORMS
271271
ruby
272272

273273
DEPENDENCIES
274274
github-pages
275-
webrick (~> 1.8)
275+
webrick (~> 1.9)
276276

277277
BUNDLED WITH
278278
2.3.15

0 commit comments

Comments
 (0)