mwerner / bittrex

Unofficial gem for the Bittrex API
MIT License
53 stars 85 forks source link

Faraday dependency constraint expanded #23

Closed mwlang closed 6 years ago

mwlang commented 6 years ago

Faraday's dependency locked down to 0.9.x version is causing other libraries that also depend on Faraday to not be installable.

Changed gemspec from "~> 0.9.0" to ">= 0.9.0"

This library's standard use-case of Faraday is not likely to ever be broken by forthcoming versions, so constraining to 0.9 is not necessary.