philnash / bitly

🗜 A Ruby wrapper for the bit.ly API
https://rubygems.org/gems/bitly
MIT License
451 stars 139 forks source link

The oauth2 < 0.9 limit may be outdated #44

Closed BrianHawley closed 10 years ago

BrianHawley commented 11 years ago

The oauth2 gem is (at the time of writing) at version 0.9.1, and version 0.9.0 was the first to officially support Ruby 2. Is there a known reason to limit the oauth2 dependency to < 0.9 now? The limit in the gemspec was set before oauth2 0.9.0 came out.

silviorelli commented 10 years ago

Up

jtescher commented 10 years ago

:+1:

mkosma commented 10 years ago

This just broke my company's Rails app because of a conflict with omniauth-facebook. Any suggestions on how best to resolve?

philnash commented 10 years ago

Hi everyone,

Sorry for the huge delay on this issue. I have updated the dependencies and pushed the gem as version 0.10.0 now.

Phil