Skip to content

Commit f6d638d

Browse files
Bump webrick from 1.9.0 to 1.9.1 (#510)
Bumps [webrick](https://github.com/ruby/webrick) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e3d415 commit f6d638d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ PLATFORMS
277277

278278
DEPENDENCIES
279279
github-pages
280-
webrick (~> 1.8)
280+
webrick (~> 1.9)
281281

282282
BUNDLED WITH
283283
2.5.9

0 commit comments

Comments
 (0)