-
Notifications
You must be signed in to change notification settings - Fork 34
📦 Use latest rubygems/bundler to release gem #575
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There was an issue when trying to publish v0.6.0, related to digest, with the following error: https://github.com/ruby/net-imap/actions/runs/20212203897/job/58019727242 ``` $ bundle exec rake release bundler: failed to load command: rake (/home/runner/work/net-imap/net-imap/vendor/bundle/ruby/3.4.0/bin/rake) /opt/hostedtoolcache/Ruby/3.4.7/x64/lib/ruby/3.4.0/bundler/runtime.rb:317:in 'Bundler::Runtime#check_for_activated_spec!': You have already activated digest 3.2.0, but your Gemfile requires digest 3.2.1. Since digest is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports digest as a default gem. (Gem::LoadError) ``` So, hopefully, upgrading to the latest rubygems and bundler will fix it.
nevans
added a commit
that referenced
this pull request
Dec 15, 2025
`digest` 3.2.1 was released since the last `net-imap` release. And apparently `bundle exec rake release` activates `digest` _before_ loading the Gemfile. But, since `digest` is a default gem anyway, not including it in the Gemfile should be okay, I think. See the errors here: * 1st attempt: https://github.com/ruby/net-imap/actions/runs/20212203897/job/58019727242 * Merged #575 * 2nd attempt: https://github.com/ruby/net-imap/actions/runs/20219369554/job/58038064382
nevans
added a commit
that referenced
this pull request
Dec 15, 2025
`digest` 3.2.1 was released since the last `net-imap` release. And apparently `bundle exec rake release` activates `digest` _before_ loading the Gemfile. But, since `digest` is a default gem anyway, not including it in the Gemfile should be okay, I think. See the errors here: * 1st attempt: https://github.com/ruby/net-imap/actions/runs/20212203897/job/58019727242 * Merged #575 * 2nd attempt: https://github.com/ruby/net-imap/actions/runs/20219369554/job/58038064382
nevans
added a commit
that referenced
this pull request
Dec 17, 2025
`digest` 3.2.1 was released since the last `net-imap` release. And apparently `bundle exec rake release` activates `digest` _before_ loading the Gemfile. But, since `digest` is a default gem anyway, not including it in the Gemfile should be okay, I think. See the errors here: * 1st attempt: https://github.com/ruby/net-imap/actions/runs/20212203897/job/58019727242 * Merged #575 * 2nd attempt: https://github.com/ruby/net-imap/actions/runs/20219369554/job/58038064382
nevans
added a commit
that referenced
this pull request
Dec 17, 2025
`digest` 3.2.1 was released since the last `net-imap` release. And apparently `bundle exec rake release` activates `digest` _before_ loading the Gemfile. But, since `digest` is a default gem anyway, not including it in the Gemfile should be okay, I think. See the errors here: * 1st attempt: https://github.com/ruby/net-imap/actions/runs/20212203897/job/58019727242 * Merged #575 * 2nd attempt: https://github.com/ruby/net-imap/actions/runs/20219369554/job/58038064382
nevans
added a commit
that referenced
this pull request
Dec 17, 2025
`digest` 3.2.1 was released since the last `net-imap` release. And apparently `bundle exec rake release` activates `digest` _before_ loading the Gemfile. But, since `digest` is a default gem anyway, not including it in the Gemfile should be okay, I think. See the errors here: * 1st attempt: https://github.com/ruby/net-imap/actions/runs/20212203897/job/58019727242 * Merged #575 * 2nd attempt: https://github.com/ruby/net-imap/actions/runs/20219369554/job/58038064382
nevans
added a commit
that referenced
this pull request
Dec 17, 2025
`digest` 3.2.1 was released since the last `net-imap` release. And apparently `bundle exec rake release` activates `digest` _before_ loading the Gemfile. But, since `digest` is a default gem anyway, not including it in the Gemfile should be okay, I think. See the errors here: * 1st attempt: https://github.com/ruby/net-imap/actions/runs/20212203897/job/58019727242 * Merged #575 * 2nd attempt: https://github.com/ruby/net-imap/actions/runs/20219369554/job/58038064382
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was an issue when trying to publish v0.6.0, related to digest, with the following error:
https://github.com/ruby/net-imap/actions/runs/20212203897/job/58019727242
So, hopefully, upgrading to the latest rubygems and bundler will fix it.