Skip to content

Commit 997f3c1

Browse files
bundle(deps): 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 337b9e7 commit 997f3c1

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

Gemfile

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ GEM
283283
concurrent-ruby (~> 1.0)
284284
unicode-display_width (1.8.0)
285285
uri (0.13.1)
286-
webrick (1.8.2)
286+
webrick (1.9.0)
287287

288288
PLATFORMS
289289
aarch64-linux
@@ -308,7 +308,7 @@ DEPENDENCIES
308308
jekyll-remote-theme
309309
jemoji
310310
tzinfo-data
311-
webrick (~> 1.7)
311+
webrick (~> 1.9)
312312

313313
RUBY VERSION
314314
ruby 3.3.5p100

0 commit comments

Comments
 (0)