Skip to content

Commit

Permalink
Bump webrick from 1.8.1 to 1.8.2
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
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent aea9657 commit ba30821
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,7 +14,7 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0.1'
gem 'rails', '~> 7.1.0'
gem 'sassc-rails'
gem 'webmock', '~> 3.23.0'
gem 'webrick', '~> 1.8.1'
gem 'webrick', '~> 1.8.2'
gem 'aws-sdk', '~> 3'
gem 'rexml', '~> 3.3.7'

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
webrick (1.8.2)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
Expand Down Expand Up @@ -1856,7 +1856,7 @@ DEPENDENCIES
sassc-rails
slop
webmock (~> 3.23.0)
webrick (~> 1.8.1)
webrick (~> 1.8.2)

RUBY VERSION
ruby 3.3.5p100
Expand Down

0 comments on commit ba30821

Please sign in to comment.