Skip to content

Bump zeitwerk from 2.8.0 to 2.8.2#1484

Merged
etiennebarrie merged 1 commit into
mainfrom
dependabot/bundler/zeitwerk-2.8.2
May 26, 2026
Merged

Bump zeitwerk from 2.8.0 to 2.8.2#1484
etiennebarrie merged 1 commit into
mainfrom
dependabot/bundler/zeitwerk-2.8.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps zeitwerk from 2.8.0 to 2.8.2.

Changelog

Sourced from zeitwerk's changelog.

CHANGELOG

2.8.1 (19 May 2026)

  • Replace anonymous block parameters with regular named ones.

    Ruby 3.3.0 has a bug: it does not parse anonymous block parameters, which were introduced in Ruby 3.1.

    While this is a Ruby bug and people could upgrade to 3.3.1, I prefer users just do not hit this. At the end of the day, it is cosmetic.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [zeitwerk](https://github.com/fxn/zeitwerk) from 2.8.0 to 2.8.2.
- [Changelog](https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fxn/zeitwerk/commits)

---
updated-dependencies:
- dependency-name: zeitwerk
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels May 25, 2026
@etiennebarrie
Copy link
Copy Markdown
Member

Got spooked because the changelog didn't mention 2.8.2. It seems the repo's missing the commit bumping the version and the changelog, but the rest is there.
https://my.diffend.io/gems/zeitwerk/2.8.1/2.8.2

$ git rev-parse HEAD
14cff5ed89b51ec15c7c67a6da387c0fddd66365
$ gem build 2>/dev/null
  Successfully built RubyGem
  Name: zeitwerk
  Version: 2.8.1
  File: zeitwerk-2.8.1.gem
$ gem fetch zeitwerk 2>/dev/null
Downloaded zeitwerk-2.8.2
$ gem unpack zeitwerk-2.8.1.gem zeitwerk-2.8.2.gem &>/dev/null
$ git diff --no-index zeitwerk-2.8.1/ zeitwerk-2.8.2/
diff --git a/zeitwerk-2.8.1/lib/zeitwerk/version.rb b/zeitwerk-2.8.2/lib/zeitwerk/version.rb
index 125c198..7ee39e7 100644
--- a/zeitwerk-2.8.1/lib/zeitwerk/version.rb
+++ b/zeitwerk-2.8.2/lib/zeitwerk/version.rb
@@ -2,5 +2,5 @@
 
 module Zeitwerk
   #: String
-  VERSION = '2.8.1'
+  VERSION = '2.8.2'
 end

@etiennebarrie etiennebarrie merged commit 6004332 into main May 26, 2026
37 checks passed
@etiennebarrie etiennebarrie deleted the dependabot/bundler/zeitwerk-2.8.2 branch May 26, 2026 09:46
@fxn
Copy link
Copy Markdown

fxn commented May 26, 2026

Indeed, that commit was chilling on my hard disk :). Pushed now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants