maccman/bowline

Gem::DependencyError

Opened this issue · 10 comments

Hello all,

I run:
gem install bowline

and I get the error:

ERROR: While executing gem ... (Gem::DependencyError)
Unable to resolve dependencies: activemodel requires i18n (~> 0.5.0)

But I've I18n 0.6.0

Can anyone help me, please?

Same here.
I've installed activemodel and i18n by hand, but not works.

I'm getting the same thing. On OS X 10.7.

UPDATE: I fixed the issue by running:

sudo gem install supermodel

It will install the needed activemodel and i18n version. Then, you can run:

sudo gem install bowline

From there installation should work.

Had the same problem on Ubuntu 12.04. Jonathanbeebe's solution fixes it.

I believe @jonathanbeebe 's solution works because it's installing version 0.5.0 of i18n, which can be done more directly by:

gem install i18n --version 0.5.0

It's good sound @jonathanbeebe, running at track.
@christiangenco : It is depended on many other files too.

thanks a lot,both solutions fixes it.

gem install i18n --version 0.5.0 

Worked great for me too.

Thanks.I work.
ARIGATO.