Skip to content

Commit

Permalink
Bump webrick from 1.8.1 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.1 to 1.9.0.
- [Release notes](https://github.com/ruby/webrick/releases)
- [Commits](ruby/webrick@v1.8.1...v1.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 7a320ec commit 166f9bf
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 @@ -14,4 +14,4 @@ gem "rubocop-minitest", "~> 0.35"
gem "rubocop-rake", "~> 0.6"
gem "sinatra", "~> 4.0"
gem "webmock", "~> 3.23"
gem "webrick", "~> 1.8"
gem "webrick", "~> 1.9"
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
webrick (1.9.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand All @@ -128,7 +128,7 @@ DEPENDENCIES
rubocop-rake (~> 0.6)
sinatra (~> 4.0)
webmock (~> 3.23)
webrick (~> 1.8)
webrick (~> 1.9)

BUNDLED WITH
2.5.17

0 comments on commit 166f9bf

Please sign in to comment.