Gem: ignoring dependencies doesn't work

M

Michael Schuerig

I'm trying to install a gem ignoring its dependencies. login_generator
requires rails, but that is already installed as a debian package.
Therefore I'm telling gem to force dependencies like this

gem install login_generator --force --remote --force --source
http://dist.leetsoft.com

Unfortunately, it doesn't work:

Attempting remote installation of 'login_generator'
Install required dependency rails? [Yn] n
ERROR: While executing gem ... (Gem::DependencyError)
Required dependency rails not installed

Now, is this a bug in gem or am I misunderstanding how forcing
dependencies is supposed to work?

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,172
Messages
2,570,934
Members
47,474
Latest member
AntoniaDea

Latest Threads

Top