jorgemanrubia / mailgun_rails

Rails Action Mailer adapter for Mailgun
MIT License
210 stars 70 forks source link

Build fails on rubinius #43

Closed iainbeeston closed 9 years ago

iainbeeston commented 9 years ago

Right now the build fails on rubinius, but this seems to be an instance of this bug. The fix for that is due to arrive in the next version of the mail gem, but I'm not sure when that will arrive.

The options are:

  1. Make travis ignore rubinius failures
  2. Make the Gemfile use the master version of mail straight from github
  3. Leave it failing

I'd imagine 1 is probably the best solution for now, until the underlying issue can be resolved

iainbeeston commented 9 years ago

Closed via #44