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.

Rails: Your user account isn't allowed to install to the system RubyGems

I am running the command bundle install in a project folder. In some project folders it will produce an error …

ruby-on-rails ruby rubygems bundler gemfile
bundle install problem: mysql.h is missing

in my mac OSX 10.6 32 bit, I can install mysql2 gem quite easily, but not in mini mac 10.6 64bit server. I …

ruby-on-rails-3 bundler mysql2
ERROR: Failed to build gem native extension - Error installing mysql2

error while running bundle install Installing mysql2 (0.3.11) with native extensions Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension. ... …

mysql ruby-on-rails ruby rubygems bundler
How do I find out which gem has a specific dependency?

I commented out a gem, but 'bundle install' still won't run. How do I find out which gem has a …

ruby-on-rails ruby gem bundler
Error installing Nokogiri 1.5.0 with rails 3.1.0 and ubuntu

Here is the error running bundle install vendor/gems on server: Installing nokogiri (1.5.0) with native extensions Gem::Installer::ExtensionBuildError: ERROR: …

ruby-on-rails ubuntu nokogiri bundler
bundle install doesn't work from capistrano

I want to deploy my simple rails 4.0 application via capistrano 3.0. I use bundler 1.3.5 so I add capistrano-bundler gem to integrate …

ruby-on-rails ruby deployment capistrano bundler
How to use Bundler with offline .gem file?

For my application, I need to handle encrypted ZIP files. Despite their horrific looking site, it seems that Chilkat's commercial …

ruby-on-rails ruby rubygems bundler
Rails: How can I remove default version of bundler?

I tried to change default bundle version but it getting updated with 2 default version. How can I modify to single …

ruby-on-rails rubygems bundler
Bundler could not find compatible versions for gem

I've added a gem 'koala' to my Gemfile and seems to have thrown gem versions out of whack when I …

ruby-on-rails-3 version-control rubygems bundler gemfile
Bundle update fails on ffi

I'm attempting to do a bundle update on my rails application but I get the following error: Installing ffi (1.0.11) with …

ruby-on-rails ruby-on-rails-3 bundler ffi