[katello-devel] Help with bundler issue

Lukas Zapletal lzap at redhat.com
Mon Oct 29 17:51:26 UTC 2012


Hey,

with my change

https://github.com/Katello/katello/pull/941

I have introduced new "foreman" group in the Gemfile:

group :foreman do
  gem 'foreman_api', '>= 0.0.7'
end

Now, if I do

bundle install --local --without foreman

with the latest bundler, it works on my laptop. The very same for
bundler bundler-1.0.15 which is on RHEL6.

The issue is in the production mode, it does not work. If you try to run
the above command, it prints:

# bundle install --local --without foreman
Could not find gem 'foreman_api (>= 0.0.7, runtime)' in any of the gem
sources listed in your Gemfile.

Meaning it is installing WITH foreman group.

There must be a snag or something. HELP.

ps - currently both katello and headping nighlies are NOW working I am
working on that right now

-- 
Later,

 Lukas "lzap" Zapletal
 #katello #systemengine




More information about the katello-devel mailing list