Skip to content

Commit c7b4f91

Browse files
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-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bf8b983 commit c7b4f91

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
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GEM
8686
date
8787
unicode-display_width (1.7.0)
8888
uri (0.13.0)
89-
webrick (1.7.0)
89+
webrick (1.8.2)
9090

9191
PLATFORMS
9292
ruby
@@ -101,7 +101,7 @@ DEPENDENCIES
101101
minima (~> 2.0)
102102
open-uri (~> 0.4.1)
103103
tzinfo-data
104-
webrick (~> 1.7)
104+
webrick (~> 1.8)
105105

106106
BUNDLED WITH
107107
2.2.16

0 commit comments

Comments
 (0)