Commit 4af9ed4
committed
📦 Use latest rubygems/bundler to release gem
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.1 parent 4e38b1f commit 4af9ed4
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments