Skip to content
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

Fix ree tests failing #143

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Fix ree tests failing #143

merged 1 commit into from
Oct 10, 2023

Conversation

balvig
Copy link
Contributor

@balvig balvig commented Oct 10, 2023

What

Fixes ree-1.8.7 failing with the following error message:

mini_mime-1.1.5 requires ruby version >= 2.6.0, which is incompatible with the
current version, ruby 1.8.7p374

How

Locks the mini_mime dependency of mail to a slightly older version.
Both of them are development dependencies.
The issue in #135 is still a blocker.

@balvig balvig marked this pull request as ready for review October 10, 2023 07:16
@balvig balvig merged commit 0d65a12 into main Oct 10, 2023
11 checks passed
@balvig balvig deleted the jb/fix-ree-tests-failing branch October 10, 2023 07:18
balvig added a commit that referenced this pull request Oct 11, 2023
## What

Alternate workaround to #135 and #143.

## Why

While there still seems to be an [issue with `add_mail` "clearing"
`body`,](mikel/mail#1539) instead of locking the
gem for all ruby version and making it difficult to test newer ones, we
can limit the version restrictions to legacy version and use this
workaround of flipping the order for Ruby 2.x.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant