heroku / platform-api

Ruby HTTP client for the Heroku API
MIT License
214 stars 85 forks source link

Upgrade to using the latest `moneta v1.0.0` gem #78

Closed whitneycommercial closed 7 years ago

whitneycommercial commented 7 years ago

Hey. Thank you for all of your work on this platform-api gem!

This is just a quick PR to upgrade the moneta gem to v1.0.0 which came out in March 2017. I am using another gem in conjunction with this one which caused a dependency conflict. I forked this, upgraded moneta, and everything seems to be working fine. Now that I think about it, perhaps it should be moneta >= 0.8.1. What are your thoughts?

As a caveat, I should let you know that even before changing the version, the spec tests here were failing locally. I am not sure if that's something specific to my machine, or what. So unfortunately I can't say "it works in all cases". Perhaps that is something that you would be more informed about than I am.

Either way, thanks again. Let me know if I can help with anything.

geemus commented 7 years ago

Thanks!