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

Support singleton alias #191

Merged
merged 2 commits into from
Mar 6, 2025
Merged

Conversation

tk0miya
Copy link
Contributor

@tk0miya tk0miya commented Feb 2, 2025

refs: #187

@tk0miya
Copy link
Contributor Author

tk0miya commented Feb 2, 2025

It seems CI has broken...

The installation path is insecure. Bundler cannot continue.
/opt/hostedtoolcache/Ruby/3.3.7/x64/lib/ruby/gems/3.3.0/gems is world-writable
(without sticky bit).
Bundler cannot safely replace gems in world-writeable directories due to
potential vulnerabilities.
Please change the permissions of this directory or choose a different install
path.
Error: Process completed with exit code 38.

@tk0miya
Copy link
Contributor Author

tk0miya commented Feb 2, 2025

It seems we need to upgrade the bundler to resolve this error. (thanks @pocke!)

rubygems/rubygems#7983
ruby/rbs#2265

The following error happens in GHA and updating Bundler will solve it.

```
The installation path is insecure. Bundler cannot continue.
```

ref: rubygems/rubygems#7983 (comment)
@tk0miya tk0miya force-pushed the 187/singleton_alias branch from a0a0b89 to 53c7c7b Compare February 2, 2025 05:03
@tk0miya
Copy link
Contributor Author

tk0miya commented Feb 2, 2025

Now I have posted #192 and rebased this on it.

@soutaro soutaro merged commit c4a62ac into soutaro:main Mar 6, 2025
4 checks passed
@tk0miya tk0miya deleted the 187/singleton_alias branch March 6, 2025 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants