Skip to content

Commit c7a46c4

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 5f671f2 commit c7a46c4

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
@@ -31,4 +31,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3131
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
3232
# do not have a Java counterpart.
3333
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
34-
gem "webrick", "~> 1.7"
34+
gem "webrick", "~> 1.8"

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ GEM
6666
terminal-table (2.0.0)
6767
unicode-display_width (~> 1.1, >= 1.1.1)
6868
unicode-display_width (1.8.0)
69-
webrick (1.7.0)
69+
webrick (1.8.2)
7070

7171
PLATFORMS
7272
x86_64-darwin-20
@@ -80,7 +80,7 @@ DEPENDENCIES
8080
tzinfo (~> 1.2)
8181
tzinfo-data
8282
wdm (~> 0.1.1)
83-
webrick (~> 1.7)
83+
webrick (~> 1.8)
8484

8585
BUNDLED WITH
8686
2.3.23

0 commit comments

Comments
 (0)