Sology / maily_herald

Advanced email processing solution for Ruby on Rails applications

Home Page:http://mailyherald.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debugger gem doesn't work with Ruby 2.1+

ssoulless opened this issue · comments

I was doing some development on this gem, I updated my Ruby version to 2.1.4 and after update gems I see that Debugger gem is no longer compatible with newer ruby versions, I suggest use byebug instead.

Hi, thanks for noticing. Maily is technically compatible with Rails 3.2 too so I guess the best option would be to just remove debugging from Gemfile completely.