Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency webrick to '~> 1.8.0' #5971

Merged
merged 1 commit into from
Jan 27, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
webrick minor '~> 1.7.0' -> '~> 1.8.0'

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@NotMyFault NotMyFault merged commit 0a7b884 into master Jan 27, 2023
@NotMyFault NotMyFault deleted the renovate/webrick-1.x branch January 27, 2023 08:10
MarkEWaite added a commit to MarkEWaite/jenkins.io that referenced this pull request Jan 31, 2023
The upgrade from webrick 1.7.0 to 1.8.0 causes `make run` to report that
it cannot modify frozen strings.  Page generation fails for the top
level page and for the changelog page that I was trying to check.

Exact failure message was:

```
[2023-01-31 13:24:07] INFO  WEBrick 1.8.0
[2023-01-31 13:24:07] INFO  ruby 3.2.0 (2022-12-25) [x86_64-linux]
[2023-01-31 13:24:07] INFO  WEBrick::HTTPServer#start: pid=1 port=4242
Regenerate /home/mwaite/git/jenkins/jenkins.io/content/index.html.haml
[2023-01-31 13:24:11] ERROR FrozenError: can't modify frozen String: ""
        /home/mwaite/git/jenkins/jenkins.io/vendor/gems/ruby/3.2.0/gems/rack-2.2.6.2/lib/rack/handler/webrick.rb:120:in `block in service'
        /home/mwaite/git/jenkins/jenkins.io/vendor/gems/ruby/3.2.0/gems/rack-2.2.6.2/lib/rack/handler/webrick.rb:119:in `each'
        /home/mwaite/git/jenkins/jenkins.io/vendor/gems/ruby/3.2.0/gems/rack-2.2.6.2/lib/rack/handler/webrick.rb:119:in `service'
        /home/mwaite/git/jenkins/jenkins.io/vendor/gems/ruby/3.2.0/gems/webrick-1.8.0/lib/webrick/httpserver.rb:140:in `service'
        /home/mwaite/git/jenkins/jenkins.io/vendor/gems/ruby/3.2.0/gems/webrick-1.8.0/lib/webrick/httpserver.rb:96:in `run'
        /home/mwaite/git/jenkins/jenkins.io/vendor/gems/ruby/3.2.0/gems/webrick-1.8.0/lib/webrick/server.rb:310:in `block in start_thread'
        /home/mwaite/git/jenkins/jenkins.io/vendor/gems/ruby/3.2.0/gems/logging-2.3.1/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
172.16.16.185 - - [31/Jan/2023:13:24:10 UTC] "GET / HTTP/1.1" 500 333
- -> /
```

Don't want to delay availability of the weekly changelog while the
regression is investigated.  Revert now, then investigation can happen
at a time that is convenient.

This reverts commit 0a7b884.
@zbynek zbynek mentioned this pull request Jan 31, 2023
NotMyFault pushed a commit that referenced this pull request Feb 2, 2023
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant