You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about supporting MRI 1.8.7, and testing against it on Travis? The tests already pass on 1.8.7. It is EOL in June and all, but plenty of people will use it for some time to come. We would just need to do something about the debugger development dependency as it won't install on < 1.9.2. We could remove it from the gemspec, or move it to the Gemfile and use :platforms.
The text was updated successfully, but these errors were encountered:
I think it'd be great to support. Happy to give up debugger in the gemspec to make it happen. I don't know if it's best practice to have it in there if it's not actually in the code, also.
What do you think about supporting MRI 1.8.7, and testing against it on Travis? The tests already pass on 1.8.7. It is EOL in June and all, but plenty of people will use it for some time to come. We would just need to do something about the
debugger
development dependency as it won't install on < 1.9.2. We could remove it from the gemspec, or move it to the Gemfile and use:platforms
.The text was updated successfully, but these errors were encountered: