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.

Cleaning up the bundler cache when deploying to heroku

Whenever I'm deploying to Heroku (Ruby on Rails app using the heroku_san gem) it says the following: Cleaning up …

ruby-on-rails heroku bundler heroku-san
gem install nokogiri -v '1.6.8.1' fails

Building a new Rails app and getting a problem with nokogiri. Said to try gem install nokogiri -v '1.6.8.1' …

ruby-on-rails ruby rubygems nokogiri bundler
Bundler cannot find a version of a gem, but gem install with the same name works

I've created a gem, and for some reason this one keeps bugging me, and refuses to install properly through bundler. …

ruby-on-rails bundler gemfile
Error Installing Atomic

I'm trying to install gems to my new Ruby project using bundle install. I've set the version of Ruby using …

ruby bundler rbenv
Your Ruby version is 2.6.0, but your Gemfile specified 2.5.0

Having trouble doing bundle. My project is using 2.5.0 but every time i do ruby -v it gives me ruby 2.6.0p0 (2018…

ruby-on-rails ruby bundler ruby-2.5
cannot load such file -- bundler (LoadError) in linode

I want to deploy rails app to linode cloud server. I installed ubuntu 14.04 LTS and installed ruby 2.3.0 by rvm and …

ruby-on-rails ubuntu-14.04 rvm bundler linode
Rubymine Not Locating Gems Specified by BUNDLE_PATH

I am using RubyMine IDE with RVM for Ruby version management and bundler install --path vendor/bundle to keep my …

ruby-on-rails rvm bundler rubymine
rbenv — 'find_spec_for_exe': can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException)

I'm new to rbenv (was using RVM for long time). Today I do clean uninstall of my RVM and install …

ruby rubygems bundler rbenv
Meaning of new block "git_source(:github)" in Gemfile

Recently I created a new Rails 5 app, without a git repository. The auto-generated Gemfile contains a new block I had …

ruby-on-rails bundler gemfile