IkoroVictor / paystack-ruby

A ruby gem for easy integration of Paystack.
MIT License
32 stars 28 forks source link

Dependency on mime-types #2

Closed timigod closed 8 years ago

timigod commented 8 years ago

I have mime-types 3.1 (in Gemfile.lock) and a lot of gems generally depend on anything above 1.16. Rails 5.0.0 allows 1.16 to 4.0. Is there any reason it's locked to between 3.0 and 1.16 or it's something that can be easily changed (to 4.0)?

IkoroVictor commented 8 years ago

Sorry i didn't get that. Is this a question relating to the project?

timigod commented 8 years ago

Yes it is. Your gem is locked to mime types 3.0 and 1.16 because of the version of rest-client you're requiring. I made a pull request to fix this by changing the ruby and rest client dependency versions