Skip to content

Commit 7de0cf3

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] <[email protected]>
1 parent 567d0c8 commit 7de0cf3

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
@@ -8,4 +8,4 @@ group :jekyll_plugins do
88
gem "jemoji"
99
end
1010

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ GEM
8484
tzinfo (2.0.6)
8585
concurrent-ruby (~> 1.0)
8686
unicode-display_width (2.6.0)
87-
webrick (1.8.2)
87+
webrick (1.9.0)
8888

8989
PLATFORMS
9090
x86_64-linux
@@ -94,7 +94,7 @@ DEPENDENCIES
9494
jekyll-paginate
9595
jekyll-sitemap
9696
jemoji
97-
webrick (~> 1.8)
97+
webrick (~> 1.9)
9898

9999
BUNDLED WITH
100100
2.3.26

0 commit comments

Comments
 (0)