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.

RVM and thin, root vs. local user

So I'm trying to get thin to run as a service with RVM. After a thin install I manually updated /…

ruby sudo bundler rvm thin
Could not find rake 10.0.3 in any of the sources, when working with Whenever and Capistrano

I'm trying to use the gem Whenever with Capistrano over my Rails app on 3.2.8, working with RVM and a gemset …

ruby-on-rails rake capistrano bundler whenever
rake tasks fail with invalid byte sequence in US-ASCII

After upgrading to ruby 1.9.3 one of my apps is working fine but the second one I am trying to convert …

ruby-on-rails ruby rake bundler asset-pipeline
Set ruby version in Gemfile

I can set ruby version in Gemfile as follows: ruby '2.0.0' But what if I want to have a …

ruby-on-rails ruby bundler gemfile
bundler incorrectly trying to install "development" and "test" group gems in production

I have a small web app, which uses a bunch of gems. Some of them are only used for test …

ruby-on-rails gem bundle bundler unicorn
Setting 'EDITOR' or 'BUNDLER_EDITOR' environment variable

I am trying to open up a gem in Sublime Text, unsuccessfully. I have Bundler installed. Here is what is …

ruby-on-rails ruby command-line environment-variables bundler
Rails 3.1.2 - Bundler could not find compatible versions for gem "railties"

I am trying to install the new version of the twitter-bootstrap-rails gem (v2), but getting the error above. This is …

ruby-on-rails-3.1 bundler gemfile
Ruby Bundler multiple sources in Gemfile

I need to ensure some of my gems are installed from our own gem repository rather than rubygems, while the …

ruby bundler gemfile
Why do you need "require 'bundler/setup'"?

In almost every Sinatra example I've seen, despite what it does, it always has the following two lines: require 'rubygems' …

ruby bundler
An error occurred while installing curb (0.8.5)

While bundling an old project, this error came up: Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. /home/…

ruby linux bundler curb