dandemeyere / responsys-api

MIT License
19 stars 19 forks source link

Update gem dependencies #40

Closed jclif closed 7 years ago

jclif commented 7 years ago

Many newer gems are using Connection Pool v2.2. It would be nice if this gem could update that particular dependency. Is anyone else running into this dependency issue?

florrain commented 7 years ago

Hi @jclif ! The version for that dependency is very strict and I think we could relax it to 2.x.x for example. Can you open a PR please?

jclif commented 7 years ago

@florrain Cut a PR 😄 looks like tests are green on 2.3.3

jclif commented 7 years ago

@florrain Also, I confirmed that my fork allows me to update my project's other dependencies successfully! Would there be any chance for a version bump in the near future?

florrain commented 7 years ago

@jclif - sure, your PR was merged and a new version (0.3.0) was published as well. Thanks for doing this!