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.

Ruby Gemspec Dependency: Is possible have a git branch dependency?

Is possible have a git branch dependency, inside mygem.gemspec? I'm thinking something similar to the following: gem.add_runtime_…

ruby rubygems dependencies bundler gemspecs
Invalid gemspec because of the date format in specification

When I include a gem that I made, thanks to Bundler (version 1.0.12), in a Gemfile and then I try to …

rubygems bundler ruby-1.9 ruby-1.9.2
Gemfile.lock write error, permissions?

I created a Rails model "model" a while ago and now I'm trying to run the server. After a bundle …

ruby linux bundler
Should I specify exact versions in my Gemfile?

I've noticed that on rubygems.org a lot of the gems suggest you specify them by major version rather than …

ruby-on-rails ruby ruby-on-rails-3 rubygems bundler
How do I force Bundler to reinstall all of my gems?

How do I force Bundler to reinstall all of the gems in my gemfile? Or, how do I force Bundler …

bundler
How to `bundle install` when your Gemfile requires an older version of bundler?

I am in an older Rails project that has a Gemfile. I tried to add a gem to the Gemfile …

ruby-on-rails ruby bundler
Install newer version of bundler with bundler

If I change the version of bundler required in a Gemfile, and then type bundle, I get Bundler could not …

ruby bundler
RVM Bundle Install Missing Gem Error even though gem is installed

I'm getting the following error even though I currently do have the Bundler gem installed (it appears when I run $…

rubygems rvm bundler
What can I do about a Bundler::GemfileNotFound error?

I just installed bundler-1.3.3 successfully. However, when I try to run bundle install I get Bundler::GemfileNotFound What is wrong …

gem rvm bundler gemfile
Rails 3 -- Bundler/Capistrano Errors

I have a basic Rails 3 app working locally on my development box, but want to test out deploying early on …

ruby-on-rails ruby-on-rails-3 capistrano bundler