Skip to content

Commit 9190088

Browse files
Bump webrick from 1.8.1 to 1.8.2 in the bundler group across 1 directory
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-version: 1.8.2 dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bb2e523 commit 9190088

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Gemfile

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
source "https://rubygems.org"
2-
ruby RUBY_VERSION
3-
4-
gem "jekyll", "3.9.3"
5-
6-
# to use GitHub Pages
7-
# gem "github-pages", group: :jekyll_plugins
8-
9-
# If you have any plugins, put them here!
10-
group :jekyll_plugins do
11-
gem "jemoji"
12-
gem "github-pages"
13-
gem "jekyll-remote-theme"
14-
gem "jekyll-feed"
15-
end
16-
17-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
18-
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
19-
20-
gem 'webrick', '~> 1.7'
1+
source "https://rubygems.org"
2+
ruby RUBY_VERSION
3+
4+
gem "jekyll", "3.9.3"
5+
6+
# to use GitHub Pages
7+
# gem "github-pages", group: :jekyll_plugins
8+
9+
# If you have any plugins, put them here!
10+
group :jekyll_plugins do
11+
gem "jemoji"
12+
gem "github-pages"
13+
gem "jekyll-remote-theme"
14+
gem "jekyll-feed"
15+
end
16+
17+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
18+
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
19+
20+
gem 'webrick', '~> 1.8'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ GEM
247247
unf_ext
248248
unf_ext (0.0.8.2)
249249
unicode-display_width (1.8.0)
250-
webrick (1.8.1)
250+
webrick (1.8.2)
251251

252252
PLATFORMS
253253
x86_64-linux
@@ -259,7 +259,7 @@ DEPENDENCIES
259259
jekyll-remote-theme
260260
jemoji
261261
tzinfo-data
262-
webrick (~> 1.7)
262+
webrick (~> 1.8)
263263

264264
RUBY VERSION
265265
ruby 3.2.2p53

0 commit comments

Comments
 (0)