Skip to content

Commit 3ed56bf

Browse files
dependabot[bot]jambolo
authored andcommitted
Bump webrick from 1.7.0 to 1.8.2
Bumps [webrick](https://github.com/ruby/webrick) from 1.7.0 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e1003e commit 3ed56bf

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
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
22
gem 'github-pages', group: :jekyll_plugins
33
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
4-
gem "webrick", "~> 1.7"
4+
gem "webrick", "~> 1.8"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ GEM
254254
unf_ext (0.0.8.2)
255255
unf_ext (0.0.8.2-x64-mingw32)
256256
unicode-display_width (1.8.0)
257-
webrick (1.7.0)
257+
webrick (1.8.2)
258258
zeitwerk (2.6.6)
259259

260260
PLATFORMS
@@ -263,7 +263,7 @@ PLATFORMS
263263

264264
DEPENDENCIES
265265
github-pages
266-
webrick (~> 1.7)
266+
webrick (~> 1.8)
267267

268268
BUNDLED WITH
269269
2.2.16

0 commit comments

Comments
 (0)