onesky / onesky-ruby

Ruby client for OneSky Platform API
MIT License
13 stars 29 forks source link

Update rest-client to fix bug with TLS ciphers #16

Closed mattpardee closed 5 years ago

mattpardee commented 5 years ago

We're experiencing this bug running this gem in Circle: https://github.com/rest-client/rest-client/issues/612

It looks like the fix is to update rest-client to 2.0.1. I'm not sure if this is the right way to do this, thanks for being gentle!

mattpardee commented 5 years ago

Never mind! 2.0.1 works without needing to make the semver explicit