Skip to content

Commit 4ef89d4

Browse files
committed
📦 Drop digest from Gemfile (workaround for #576)
`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
1 parent 6877a04 commit 4ef89d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
gemspec
66

7-
gem "digest"
7+
# gem "digest" # not included as a workaround for #576
88
gem "strscan"
99
gem "base64"
1010

0 commit comments

Comments
 (0)