Bundle install error

Hello, when i run bundle install command i get this error:

/usr/lib/ruby/site_ruby/1.8/rubygems/core_ext/kernel_require.rb:54:in
gem_original_require': no such file to load -- rubygems/format (LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems/core_ext/kernel_require.rb:54:inrequire'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler/source.rb:5
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler/dsl.rb:14:in
initialize' from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler/dsl.rb:6:innew'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler/dsl.rb:6:in
evaluate' from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler/definition.rb:17:inbuild'
from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler.rb:136:in
definition' from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler/cli.rb:222:ininstall'
from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/task.rb:22:in
send' from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/task.rb:22:inrun'
from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/invocation.rb:118:in
invoke_task' from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor.rb:263:indispatch'
from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/base.rb:389:in
start' from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/bin/bundle:13 from /usr/bin/bundle:19:inload'
from /usr/bin/bundle:19
any idieas why?
iam trying to install this: Foreman :: Contribute
thanks for answers.

Not directly answering that question, but Foreman isn't supported on
Ruby 1.8, so installing from source isn't recommended.

If you want a regular production installation, please follow the
instructions in my other reply and use the installer and packages which
is fully supported on CentOS 6. If you want a Foreman development
environment then use a more recent operating system than EL6.

··· On 11/03/15 11:50, Osvaldas Šlapikas wrote: > Hello, when i run bundle install command i get this error: > > /usr/lib/ruby/site_ruby/1.8/rubygems/core_ext/kernel_require.rb:54:in > `gem_original_require': no such file to load -- rubygems/format (LoadError) > from > /usr/lib/ruby/site_ruby/1.8/rubygems/core_ext/kernel_require.rb:54:in > `require' > from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler/source.rb:5 > from > /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler/dsl.rb:14:in > `initialize' > from > /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler/dsl.rb:6:in `new' > from > /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler/dsl.rb:6:in > `evaluate' > from > /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler/definition.rb:17:in > `build' > from > /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler.rb:136:in > `definition' > from > /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/lib/bundler/cli.rb:222:in > `install' > from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/task.rb:22:in > `send' > from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/task.rb:22:in > `run' > from > /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/invocation.rb:118:in > `invoke_task' > from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor.rb:263:in > `dispatch' > from /usr/lib/ruby/gems/1.8/gems/thor-0.14.6/lib/thor/base.rb:389:in > `start' > from /usr/lib/ruby/gems/1.8/gems/bundler-1.0.15/bin/bundle:13 > from /usr/bin/bundle:19:in `load' > from /usr/bin/bundle:19 > any idieas why? > iam trying to install this: http://theforeman.org/contribute.html > thanks for answers.


Dominic Cleal
Red Hat Engineering