Commit 210fb4d
authored
Unlock mail gem version for newer ruby versions (#146)
## 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.1 parent 386a6a7 commit 210fb4d
File tree
3 files changed
+4
-3
lines changed- gemfiles
- spec/unit/postmark
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | 121 | | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments