-
Notifications
You must be signed in to change notification settings - Fork 940
Closed
Description
Tried to update Mail
as I'm currently showing version 2.7.1
. Ran into an error due to a dependency on net-imap
, which depends on date
of all things.
An error occurred while installing date (3.3.3), and Bundler cannot continue.
Make sure that `gem install date -v '3.3.3' --source 'https://rubygems.org/'` succeeds before bundling.
In Gemfile:
mail was resolved to 2.8.0.1, which depends on
net-imap was resolved to 0.3.4, which depends on
date
Upon trying that recommendation, I get ERROR: Failed to build gem native extension.
. It's also a default gem
, so I don't know how this is recommending a different version to begin with. So, I'm assuming date
is valid (ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [arm64-darwin21]
), so the culprit is unclear. Thought I'd post here.
Metadata
Metadata
Assignees
Labels
No labels