Oh no, the null character bug again! It's an old story with a character used by Cryan that works only on some text editors... anyway, I just fixed the gemspec, it should work now :)
Regards, Ignacio El 14/07/14 18:08, umuro escribió: > | > ArgumentError:stringcontains nullbyte > Anerror occurred whileinstalling hobo_omniauth > (0.0.1),andBundlercannot continue > | > > > Since your change, I am getting the error above. > > On Monday, July 14, 2014 5:22:38 PM UTC+2, Ignacio Huerta wrote: > > 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 > > <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] <javascript:> > > <mailto:[email protected] <javascript:>>. > > To post to this group, send email to [email protected] > <javascript:> > > <mailto:[email protected] <javascript:>>. > > Visit this group at http://groups.google.com/group/hobousers > <http://groups.google.com/group/hobousers>. > > For more options, visit https://groups.google.com/d/optout > <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] > <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.
