Skip to content

Commit

Permalink
Merge pull request #43 from zelikos/dependabot/bundler/docs/webrick-1…
Browse files Browse the repository at this point in the history
….8.2

Bump webrick from 1.8.1 to 1.8.2 in /docs
  • Loading branch information
zelikos authored Sep 24, 2024
2 parents 2ebbe26 + d16ae35 commit 6767461
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "webrick", "~> 1.7"
gem "webrick", "~> 1.8"
4 changes: 2 additions & 2 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
x86_64-linux
Expand All @@ -274,7 +274,7 @@ DEPENDENCIES
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.7)
webrick (~> 1.8)

BUNDLED WITH
2.3.24

0 comments on commit 6767461

Please sign in to comment.