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.

Could not locate Gemfile

I'm certainly no Ruby developer but I have an application on my server using Ruby, Gems, and Bundler. I am …

ruby gem bundler
Bundler: Command not found

I am hosting on a vps, ubuntu 10.04, rails 3, ruby and mysql installed correctly by following some tutorials. If I run …

ruby-on-rails bundler
bundle install fails with SSL certificate verification error

When I run bundle install for my Rails 3 project on Centos 5.5 it fails with an error: Gem::RemoteFetcher::FetchError: SSL_…

ruby-on-rails ruby ssl rubygems bundler
What does bundle exec rake mean?

What does bundle exec rake db:migrate mean? Or just bundle exec rake <command> in general? I understand …

ruby-on-rails rake bundler
How can I specify a local gem in my Gemfile?

I'd like Bundler to load a local gem. Is there an option for that? Or do I have to move …

ruby-on-rails ruby ruby-on-rails-3 rubygems bundler
What is the best way to uninstall gems from a rails3 project?

I installed all of my gems using bundler via the Gemfile. I thought (mistakenly) that if I deleted a gem …

ruby-on-rails-3 uninstallation bundler
You don't have write permissions for the /Library/Ruby/Gems/2.3.0 directory. (mac user)

below is what I need to do. To run the specs, you'll need to install RSpec. First, run gem install …

macos rubygems installation bundler atom-editor
rails bundle clean

After updating a bundle, you will have some gems that may be obsolete -- since a newer version of that …

ruby-on-rails ruby bundler
Update just one gem with bundler

I use bundler to manage dependencies in my rails app, and I have a gem hosted in a git repository …

ruby rubygems bundler
Why won't bundler install JSON gem?

I get the following error when attempting to run cap production deploy. DEBUG [dc362284] Bundler::GemNotFound: Could not find json-1.8.1.…

ruby-on-rails gem capistrano bundler