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.

Whats the difference between bundle install --deployment and bundle pack

I know they both put the gems in your app in different locations but it seems as if bundle install …

ruby-on-rails ruby-on-rails-3 gem bundle bundler
How can I pass a parameter for gem installation when I run bundle install?

I added the pg gem to my gemfile gem 'pg' When I run bundle install, I get this error: Installing …

ruby-on-rails ruby-on-rails-3 gem bundler
Install therubyracer gem on OSX 10.11 El Capitan

bundle install fails with Make sure that `gem install therubyracer -v '0.12.1'` succeeds before bundling gem install therubyracer -v …

bundler osx-elcapitan therubyracer
Rubygems, Bundler and RVM confusion

I read "Relationships between Rubygems, Bundler, and RVM" before asking it again. Well, there are many questions like this, but …

ruby-on-rails ruby rubygems bundler rvm
does using ":platforms =>" in your gemfile work?

I have a Rails app that I'm developing on Windows and deploying to Linux. I suspect I'll just switch entirely …

ruby ruby-on-rails-3 windows-7 bundler ubuntu-11.04
rails 5.0.0 when installing "nio4r" : Failed to build gem native extension

Here is the logs: http://pastebin.com/CAgur9xd Installing nio4r 1.2.1 with native extensions Gem::Ext::BuildError: ERROR: Failed …

ruby-on-rails ruby rubygems bundler gemfile
Install Bundler gem using Ansible

I am trying to install Bundler on my VPS using Ansible. I already have rbenv set up and the global …

ruby ubuntu rubygems bundler ansible
Why won't the bcrypt ruby gem install properly?

I am trying to encorporate bcrypt-ruby, v. 3.0.1. I enter the gem in my gem file as follows: gem 'bcrypt-ruby', '3.0.1…

ruby-on-rails gem bundler bcrypt bcrypt-ruby
Bundler throws uninitialized constant Gem::SilentUI (NameError) error after upgrading to Rubygems 1.5.0

I ran gem update --system to update to Rubygems 1.5.0 and after every time I run any bundle commands I get: …

ruby rubygems bundler
Rails - cannot run app: Unable to load the EventMachine C extension;

When I run an app on Lion OS X, I get this error: Unable to load the EventMachine C extension; …

ruby-on-rails ruby bundler eventmachine