twilio / authy-ruby

**Deprecated** Ruby library to access the authy API
MIT License
156 stars 47 forks source link

Update dependencies for security #57

Closed robinske closed 4 years ago

robinske commented 5 years ago

Updating dependencies per warnings https://github.com/twilio/authy-ruby/network/alerts

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

robinske commented 5 years ago

Travis throwing error

You must use Bundler 2 or greater with this lockfile.

Looks like we'll have to do some configuration around the bundler version, easiest thing would be to drop support for Ruby 2.2 - is that a reasonable option @senekis ?

https://docs.travis-ci.com/user/languages/ruby/

philnash commented 5 years ago

Ruby 2.3 is EOL, so 2.2 definitely shouldn't require our attention.

robinske commented 5 years ago

Ah good catch @philnash, updated!

philnash commented 4 years ago

I don't think we need this any more after merging #65.