Skip to content

[pull] master from ruby:master#1169

Merged
pull[bot] merged 8 commits into
turkdevops:masterfrom
ruby:master
Jul 1, 2026
Merged

[pull] master from ruby:master#1169
pull[bot] merged 8 commits into
turkdevops:masterfrom
ruby:master

Conversation

@pull

@pull pull Bot commented Jul 1, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

XrXr and others added 8 commits June 30, 2026 21:33
Top-level `def`s are private without having to call `private` to change
visibility. Also there are many other tests along the same line.

```console
irb(main):001> def my_method = 0
=> :my_method
irb(main):002> private_methods(false).last
=> :my_method
```
Bumps the jit group with 1 update in the /zjit directory: [insta](https://github.com/mitsuhiko/insta).


Updates `insta` from 1.47.2 to 1.48.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.47.2...1.48.0)

---
updated-dependencies:
- dependency-name: insta
  dependency-version: 1.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jit
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the github-actions group with 2 updates in the / directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby) and [taiki-e/install-action](https://github.com/taiki-e/install-action).


Updates `ruby/setup-ruby` from 1.314.0 to 1.315.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@9eb537c...0dafeac)

Updates `taiki-e/install-action` from 2.82.6 to 2.82.7
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@9bcaee1...16b0581)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.315.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.82.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
So that `make moduler_gc MODULER_GC=default` works just after
`configure --with-modular-gc=...`.
`bundle gem` ran `git init` through a backtick subshell with POSIX shell
quoting. On Windows the backtick invokes cmd.exe, which ignores the POSIX
escaping, so a target path containing spaces was split and the repo was
created in the wrong place. Spawn git directly with an argument array,
matching the `git add` call below.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@pull pull Bot locked and limited conversation to collaborators Jul 1, 2026
@pull pull Bot added the ⤵️ pull label Jul 1, 2026
@pull pull Bot merged commit 15761f0 into turkdevops:master Jul 1, 2026
1 of 3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants