Package a bundler-1.0 gem file

15 views
Skip to first unread message

Marlin Pierce

unread,
Apr 25, 2012, 2:27:26 PM4/25/12
to ruby-b...@googlegroups.com
I have a production machine where there is no access out to web servers and no compiler, both by policy.

I have installed bundler-0.9.26 by going to a development machine with web access,
doing a bundle package, copying the .gem file and doing a gem install bundler-0.9.26.gem.

However, now I need to install bundler 1.0.13, but when put the bundler version in the Gemfile
and do a bundle package, there is no bundler gem file in vendor/cache.

How can I install bundler 1.0.13?

BTW, this is all to avoid the following error, so is there another way to fix the error?

    uninitialized constant Gem::SilentUI (NameError)


Andre Arko

unread,
May 4, 2012, 10:03:42 PM5/4/12
to ruby-b...@googlegroups.com
Get the .gem file by running `gem fetch bundler`. Then copy it to the machine and run `gem install bundler-1.1.3.gem`.

--
You received this message because you are subscribed to the Google Groups "ruby-bundler" group.
To view this discussion on the web visit https://groups.google.com/d/msg/ruby-bundler/-/bsH4zKFDkxAJ.
To post to this group, send email to ruby-b...@googlegroups.com.
To unsubscribe from this group, send email to ruby-bundler...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ruby-bundler?hl=en.

Reply all
Reply to author
Forward
0 new messages