Skip to content

Commit 7e20043

Browse files
Bump webrick from 1.7.0 to 1.8.2 (#2142)
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-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e32800c commit 7e20043

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
@@ -35,7 +35,7 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
3535
gem "wdm", "~> 0.1.0" if Gem.win_platform?
3636

3737

38-
gem "webrick", "~> 1.7"
38+
gem "webrick", "~> 1.8"
3939

4040
# Copy search-wc.js from the search-wc server
4141
gem "open-uri", "~> 0.4.1"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ GEM
8484
date
8585
unicode-display_width (1.7.0)
8686
uri (0.13.0)
87-
webrick (1.7.0)
87+
webrick (1.8.2)
8888

8989
PLATFORMS
9090
ruby
@@ -99,7 +99,7 @@ DEPENDENCIES
9999
minima (~> 2.0)
100100
open-uri (~> 0.4.1)
101101
tzinfo-data
102-
webrick (~> 1.7)
102+
webrick (~> 1.8)
103103

104104
BUNDLED WITH
105105
2.2.16

0 commit comments

Comments
 (0)