It turns out that hobo_omniauth had an old version hardcoded in the gemspec. I just removed the version from the gemspec: https://github.com/Hobo/hobo_omniauth/commit/e167ec3d7db136cd2ef01162da47d47d87ec46cd
If you change your Gemfile to use Github's version, it should work: gem 'hobo_omniauth', github: 'Hobo/hobo_omniauth' Warm regards, Ignacio El 14/07/14 17:14, umuro escribió: > I get this error when I try to upgrade to Hobo 2.1. Is there a workaround? > > Bundler could not find compatible versions for gem "hobo": > In Gemfile: > hobo_omniauth (>= 0) ruby depends on > hobo (~> 2.0.0.pre7) ruby > > hobo (2.1.0) > > -- > You received this message because you are subscribed to the Google > Groups "Hobo Users" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/hobousers. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
