grnhse / greenhouse_io

Ruby API wrapper for Greenhouse.io API
MIT License
44 stars 46 forks source link

Expand the multi_json gem dependency range up to 1.10.1 #3

Closed arirusso closed 9 years ago

arirusso commented 9 years ago

Expands the multi_json gem dependency version up to the most recent version 1.10.1 (was 1.9 only)

A lot of gems have dependency on multi_json so in order to avoid conflicts it'd be good to keep the range of versions either as high and/or as wide as possible.

In this case, greenhouse_io is the only gem dependency my codebase has which still depends on multi_json 1.9

Tests are passing, let me know if there's anything else I can do!

Thank you

adrianbautista commented 9 years ago

@arirusso sounds good to me, i'll merge and release a new version. thanks for doing this!

adrianbautista commented 9 years ago

@arirusso, latest version is now released at 2.1.0. https://rubygems.org/gems/greenhouse_io

arirusso commented 9 years ago

Thanks so much

I played it safe but we/you/someone may want to expand it eventually to allow >= 1.9.2 as well as new 1.10 versions. Or even all new 1.x versions