Skip to content

Commit

Permalink
Bump webrick from 1.8.2 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [webrick](https://github.com/ruby/webrick) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](ruby/webrick@v1.8.2...v1.9.0)

---
updated-dependencies:
- dependency-name: webrick
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and noraj committed Nov 2, 2024
1 parent 884b172 commit 20b6fe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end

group :development, :docs do
gem 'commonmarker', '~> 0.23' # for markdown support in YARD
gem 'webrick', '~> 1.8' # for yard server
gem 'webrick', '~> 1.9' # for yard server
gem 'yard', ['>= 0.9.27', '< 0.10']
gem 'yard-coderay', '~> 0.1' # for syntax highlight support in YARD
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GEM
unicode-confusable (1.12.0)
unicode-display_width (2.6.0)
uri (0.13.0)
webrick (1.8.2)
webrick (1.9.0)
yard (0.9.37)
yard-coderay (0.1.0)
coderay
Expand All @@ -80,7 +80,7 @@ DEPENDENCIES
twitter_cldr (~> 6.12)
unicode-confusable (~> 1.12)
unisec!
webrick (~> 1.8)
webrick (~> 1.9)
yard (>= 0.9.27, < 0.10)
yard-coderay (~> 0.1)

Expand Down

0 comments on commit 20b6fe7

Please sign in to comment.