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.

How can I avoid bundlers warning about multiple sources when I have all gems in my .gemspec?

In my own gem, I have a Gemfile that looks basically like this: source 'https://my.gemserver.com' source 'https://…

ruby rubygems bundler gemspecs
pg gem install fails, cannot find libpq-fe.h header

Whenever I run bundle install on my VPS (CentOS Linux release 7.0.1406 (Core)) I get an error when installing the pg …

centos capistrano bundler pg centos7
How to "gem install nokogiri -- --use-system-libraries" via Gemfile

There is a known error installing the latest version of Nokogiri. The workaround is to manually install using gem install …

ruby rubygems nokogiri bundler gemfile
Relationships between Rubygems, Bundler, and RVM

Following current best practices, what is the proper role for each of these? Based on my limited understanding of Bundler …

ruby-on-rails rubygems passenger bundler rvm
Clean install OSX 10.9.1 returns "undefined method `path2class'" when trying to install gems

I just installed a clean Mavericks installation with Homebrew and RVM. Both brew doctor and rvm requirements return "all good", …

ruby rubygems rvm bundler psych