Top "Bundler" questions

Bundler is a tool that makes it easier to keep track of what Ruby gems (and what versions of those gems) an application depends upon.

Updating Gemfile.lock without installing gems

Is there a way to force an update of the Gemfile.lock without installing the gems that have changed?

ruby bundler gemfile.lock
Ruby Gems with Gitlab no such file to load -- rb-inotify

I am using Gitlab and I am trying to follow these instructions to upgrade my gitolite v2 to v3: "If …

ruby gem bundler gitolite gitlab
Could not bundle install because of 'eventmachine 1.0.3'

$ bundle install Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/Sean/.rbenv/versions/2.1.0/lib/ruby/gems/2.1.0/gems/…

ruby-on-rails ruby rubygems bundler eventmachine
Installing a gem from Github with Bundler

I am trying to use the instructions here to install a pre-released version of a gem with bundler. The "bundle …

ruby rubygems sinatra bundler
Bundler can't seem to find correct Ruby through Rbenv

For years I used RVM as my Ruby version manager, but I want to switch to rbenv for its simplicity. …

ruby-on-rails ruby capistrano bundler rbenv
Why is Capistrano not installing gems with bundler?

Every time I deploy an app with Capistrano, it complains about missing gems. For example: ** [out :: mysite.com] Could not …

ruby-on-rails deployment capistrano bundler gemfile
Restoring Rails 3's Bundle Install Path... It's now install in my root

I did something while trying to install the vestal_versions plug-in that ended up creating a vestal_versions directory in …

ruby bundler
What does it mean BUNDLE_DISABLE_SHARED_GEMS: '1'?

I found BUNDLE_DISABLE_SHARED_GEMS: '1', in .bundle/config. What does it mean?

ruby-on-rails ruby gem bundler config
bundle vs bundler / bundle vs bundle install

What is the difference between the bundle & bundler commands? What is the difference between bundle & bundle install? If …

bundler
Ruby on Rails 3 + Apache2 + Phusion Passenger: Bundler::GemNotFound exception

I'm trying to deploy a Rails app on an Apache2 server by using Phusion Passenger. While everything works well locally, …

ruby-on-rails ruby apache2 bundler passenger