-
Notifications
You must be signed in to change notification settings - Fork 488
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 Ruby 3.3.4 #1123
Comments
Hi 👋 Thanks for reporting this issue. I am releasing a |
Thank you for the suggestion to pin to an older image version (1.1.6). Unfortunately, I cannot adopt this approach due to a requirement from Heroku. Heroku mandates specifying the Ruby version in the
This mismatch causes the build to fail, as the base image is still on Ruby 3.3.3, while the Could you provide guidance on how to proceed with ensuring the DevContainer image is updated to include Ruby 3.3.4? This update is essential to align with the required Ruby version specified in my Thank you! |
There is an issue with the
net-pop
gem in Ruby 3.3.3, causing dependency errors during the build process. The problem has been resolved in Ruby 3.3.4, which includes necessary fixes for thenet-protocol
gem dependency.Updating the DevContainer images to support Ruby 3.3.4 will address these issues.
Steps to Reproduce:
net-pop
gem in your Gemfile.bundle install
.Expected Behavior:
Actual Behavior:
net-protocol
gem.Solution
Update the DevContainer images to support Ruby 3.3.4. This update will ensure compatibility and resolve existing dependency issues related to the
net-pop
gem.References:
ruby/net-pop#26
https://bugs.ruby-lang.org/issues/20581
https://github.com/ruby/ruby/releases/tag/v3_3_4
The text was updated successfully, but these errors were encountered: