technion / ruby-argon2

A Ruby gem offering bindings for Argon2 password hashing
MIT License
229 stars 30 forks source link

Relax version dependency of ffi-compiler #28

Closed shyouhei closed 5 years ago

shyouhei commented 5 years ago

Can you consider relaxing version dependency of ffi-compiler from ~> 0.1 to >= 0.1? Its latest release at the time of this writing is 1.0.1, which does not match ~> 0.1. I am having difficulties to use ruby-argon2 along with other libraries because of this out-of-date dependency.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 139


Totals Coverage Status
Change from base Build 138: 0.0%
Covered Lines: 189
Relevant Lines: 189

💛 - Coveralls
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 139


Totals Coverage Status
Change from base Build 138: 0.0%
Covered Lines: 189
Relevant Lines: 189

💛 - Coveralls
technion commented 5 years ago

No hassles. Sorry about the Travis error - I've been struggling with some issue with jRuby on Travis.

shyouhei commented 5 years ago

Thank you!