I\'m running bundle install on my staging environment on my Ubuntu machine. It keeps failing trying to install json 1.4.6 with the native extensions.
I am getting this error when I run \"bundle install\" Could not find gem \'febeling-rubyzip (>= 0, runtime)\' in any of the gem sources listed in your Gemfile.
Ok i keep getting this error Could not find tzinfo-0.3.24 in any of the sources (Bundler::GemNotFound)
Using Rails, whenever I try to do anything like \"bundle install\" or sudo gem install someGem, I get these same errors about sqlite3. I\'ve tried both
I\'m using rails 2.3.8 with Bundler gem. I just installed Faker gem (Gemfile), and then suddenly all forms validations errors became like this:
I develop on a Windows machine but deploy to Debian.Trying to use hpricot with Rails 3 app. I can get the gem to install using :
Is there a way to run bundle update in pretend mode, similar to the -p (pretend) flag for Rails generators or cap\'s -n (dry-run) flag?
I am trying to deploy a locally working Rails 3 app to Dreamhost with Capistrano. When I run \'cap deploy -v\' in my local app root I get so far before it chokes on \'bundle install\'. The following i
I just don\'t get it. I thought, Bundler was developed to resolve version conflicts between gems. So that I just have to require \"bundler/setup\" and everything is fine, knowing that Bundler will loa
I installed all of my gems using bundler via the Gemfile. I thought (mistakenly) that if I deleted a gem from my Gemfile and ran \'bundle install\' that the deleted gems would be uninstalled. I\'ve lo