Skip to content

Commit

Permalink
Bump webrick from 1.8.1 to 1.8.2 (#9)
Browse files Browse the repository at this point in the history
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-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 51bd648 commit 41e4631
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 @@ -10,7 +10,7 @@ gem 'jekyll-paginate', '~> 1.1' # Jekyll pagin
gem 'jekyll-sitemap', '~> 1.4' # Jekyll site map plugin
gem 'kramdown-parser-gfm', '~> 1.1' # Parser for the GFM dialect of Markdown

gem 'webrick', '~> 1.8', '>= 1.8.1' # HTTP server toolkit
gem 'webrick', '~> 1.8' # HTTP server toolkit

platforms :mingw, :x64_mingw, :mswin, :jruby do
gem 'tzinfo', '~> 2.0', '>= 2.0.6'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GEM
tzinfo (>= 1.0.0)
unicode-display_width (1.8.0)
wdm (0.1.1)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
ruby
Expand All @@ -80,7 +80,7 @@ DEPENDENCIES
tzinfo (~> 2.0, >= 2.0.6)
tzinfo-data (~> 1.2023, >= 1.2023.3)
wdm (~> 0.1.1)
webrick (~> 1.8, >= 1.8.1)
webrick (~> 1.8)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 41e4631

Please sign in to comment.