Skip to content

Commit

Permalink
Update webrick to 1.8.1 (#5992)
Browse files Browse the repository at this point in the history
The PR #5971 updating to
1.8.0 had to be reverted in
#5987 because of [a
bug](ruby/webrick#106).
Update to 1.8.1 should be safe since said bug was fixed in the last
release (see ruby/webrick#103)
  • Loading branch information
zbynek authored Feb 2, 2023
1 parent 99e3adb commit ca9b02f
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 @@ -5,7 +5,7 @@ gem 'awestruct', '~> 0.6.4'
gem 'awestruct-ibeams', '~> 0.4'
gem 'asciidoctor', '~> 2.0.18'
gem 'asciidoctor-jenkins-extensions', '~> 0.9.0'
gem 'webrick', '~> 1.7.0'
gem 'webrick', '~> 1.8.1'

gem 'sassc'
gem 'rouge'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
webrick (1.7.0)
webrick (1.8.1)

PLATFORMS
ruby
Expand All @@ -148,7 +148,7 @@ DEPENDENCIES
rss
rubyzip (~> 2.3.2)
sassc
webrick (~> 1.7.0)
webrick (~> 1.8.1)

BUNDLED WITH
2.4.1

0 comments on commit ca9b02f

Please # to comment.