simsicon / weibo_2

A ruby gem for sina weibo oauth2 api, with examples, and it actually works.
MIT License
194 stars 86 forks source link

Update rest-client for security fix #20

Open albertsun opened 9 years ago

albertsun commented 9 years ago

The version of RestClient specified in the gemspec has this security flaw: http://www.osvdb.org/show/osvdb/117461

I believe it should be updated to at least 1.7.3 https://github.com/rest-client/rest-client/blob/master/history.md

cantino commented 9 years ago

I think we need to bump to 1.8.0 to resolve the security issues.