Skip to content

Commit a1d7ad2

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): Bump webrick from 1.8.1 to 1.9.1
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.9.1. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.8.1...v1.9.1) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sam Gammon <sam@elide.ventures>
1 parent 582af41 commit a1d7ad2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
2424
# do not have a Java counterpart.
2525
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
2626

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

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ GEM
262262
unf_ext (0.0.9.1)
263263
unicode-display_width (1.8.0)
264264
uri (0.13.0)
265-
webrick (1.8.1)
265+
webrick (1.9.1)
266266

267267
PLATFORMS
268268
aarch64-linux
@@ -283,7 +283,7 @@ DEPENDENCIES
283283
tzinfo (>= 1, < 3)
284284
tzinfo-data
285285
wdm (~> 0.1.1)
286-
webrick (~> 1.8)
286+
webrick (~> 1.9)
287287

288288
BUNDLED WITH
289289
2.5.6

0 commit comments

Comments
 (0)