-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
GemWrappers: Can not wrap not executable file: x/y/z/.../xx.lock #16
Comments
I presume the
Obviously, a more proper fix would be to ignore the lock files somehow. |
I went a even more drastic way, as I don't need wrappers, and I surely hadn't installed the wrapper gem manually so it must have been installed by
|
RubyGems 3.5.19 and Bundler 2.5.19 remove the |
didn't fix the problem for me ...
|
@martinbarilik I'd let RubyGems know there's still an issue. After a very quick read through of the code, I don't think this is a problem with GemWrappers - it's just warning that it's seeing unexpected files. If anyone else is having this issue, the fix seems to be to get the .lock files removed. If you're still having trouble, a workaround is to manually remove the .lock files, in the directory that is reported in the warning. |
Removing the .lock files eliminated the warnings for me. Thanks. |
After installing Ruby 3.3.5, I got the following many warning messages like the following when updating or installing gems:
The installed
gem-wrapper
is1.4.0
.The text was updated successfully, but these errors were encountered: