kylejginavan / youtube_it

An object-oriented Ruby wrapper for the YouTube GData API
http://groups.google.com/group/ruby-youtube-library
595 stars 223 forks source link

Bundler could not find compatible versions for gem "oauth2": #192

Closed alexandrule closed 10 years ago

alexandrule commented 10 years ago

into master in youtube_it.gemspec is added:

s.add_runtime_dependency("oauth2", "~> 0.6")

but when I run bundle I get: oauth2 (0.9.2)

Bundler could not find compatible versions for gem "oauth2": In Gemfile: bitly (>= 0) ruby depends on oauth2 (< 0.9, >= 0.5.0) ruby

youtube_it (>= 0) ruby depends on
  oauth2 (0.9.2)
alexandrule commented 10 years ago

fixed