Skip to content

Commit 39b0b38

Browse files
build(deps): bump webrick in the bundler group across 1 directory (JesperDramsch#30)
Bumps the bundler group with 1 update in the / directory: [webrick](https://github.com/ruby/webrick). Updates `webrick` from 1.8.1 to 1.8.2 - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a831c3 commit 39b0b38

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
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'jekyll'
44
gem 'kramdown-parser-gfm'
5-
gem "webrick", "~> 1.7"
5+
gem "webrick", "~> 1.8"
66

77
group :jekyll_plugins do
88
gem 'jekyll-sitemap'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GEM
8888
terminal-table (3.0.2)
8989
unicode-display_width (>= 1.1.1, < 3)
9090
unicode-display_width (2.5.0)
91-
webrick (1.8.1)
91+
webrick (1.8.2)
9292

9393
PLATFORMS
9494
x64-mingw-ucrt
@@ -104,7 +104,7 @@ DEPENDENCIES
104104
jekyll-seo-tag
105105
jekyll-sitemap
106106
kramdown-parser-gfm
107-
webrick (~> 1.7)
107+
webrick (~> 1.8)
108108

109109
BUNDLED WITH
110110
2.4.9

0 commit comments

Comments
 (0)