Skip to content

Commit 2a97249

Browse files
Bump webrick from 1.8.1 to 1.8.2 in /docs (#257)
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: webrick dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2732e58 commit 2a97249

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3232
# do not have a Java counterpart.
3333
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
3434

35-
gem "webrick", "~> 1.7"
35+
gem "webrick", "~> 1.8"

docs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ GEM
8787
terminal-table (3.0.2)
8888
unicode-display_width (>= 1.1.1, < 3)
8989
unicode-display_width (2.4.2)
90-
webrick (1.8.1)
90+
webrick (1.8.2)
9191

9292
PLATFORMS
9393
arm64-darwin-21
@@ -107,7 +107,7 @@ DEPENDENCIES
107107
tzinfo (>= 1, < 3)
108108
tzinfo-data
109109
wdm (~> 0.1.1)
110-
webrick (~> 1.7)
110+
webrick (~> 1.8)
111111

112112
BUNDLED WITH
113113
2.3.11

0 commit comments

Comments
 (0)