We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For some reason, permissions of lib/net/imap/flags.rb has 600 file permissions, rather than 664, which caused a deployment issue for us.
lib/net/imap/flags.rb
/.../ruby/3.2.0/gems/net-imap-0.3.5/lib/net/imap.rb:2389:in `require_relative': cannot load such file -- /.../ruby/3.2.0/gems/net-imap-0.3.5/lib/net/imap/flags (LoadError) from /.../ruby/3.2.0/gems/net-imap-0.3.5/lib/net/imap.rb:2389:in `<top (required)>'
The text was updated successfully, but these errors were encountered:
Yikes. Sorry about that! I'll try to get 0.3.6 out shortly, to fix that.
Sorry, something went wrong.
@aaronjensen 0.3.6 should have all files as 664 and all directories as 775.
Thank you for the quick turnaround!
No branches or pull requests
For some reason, permissions of
lib/net/imap/flags.rb
has 600 file permissions, rather than 664, which caused a deployment issue for us.The text was updated successfully, but these errors were encountered: