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.

How to see the dependency tree just from Gemfile?

I am getting the following error when doing bundle install Make sure that `gem install couchbase -v '1.3.3'` succeeds …

ruby gem bundler
How to solve the update bundler warning in rails when deploying to heroku?

How do I solve the following warning? I updated my ruby version to 2.3.1 and rails version to 4.2.6. I get this …

ruby-on-rails ruby heroku bundler railstutorial.org
Rails bundler doesn't install gems inside a group

I have several gems including ruby-debug in a bundler group called :development. When I run the bundle command, these gems …

ruby-on-rails ruby rubygems bundler
Rails: How to change Bundler default version

bundler (2.0.1, default: 1.17.2) How could I change the default to 2.0.1

ruby-on-rails bundler
ruby - bundle install/update too slow

I just installed RVM, Ruby, Rails etc. on my virtual ubuntu 12.04 32bit running in a virtualbox. Now I encounter the …

ruby-on-rails ruby rubygems bundler
How to deal with bundler updates (Gemfile.lock) in collaborative context?

I have been a lone programmer on a particular project, but now someone else has joined as collaborator. With just …

ruby-on-rails version-control bundler collaboration gemfile
Error installing Rmagick on Mountain Lion

I have seen other people with the same issue of installing RMagick on Mountain Lion However none of the suggested …

imagemagick rvm bundler osx-mountain-lion rmagick
Webpack 4 universal library target

According to the Webpack 4 documentation, if I specify libraryTarget: 'umd' it should result in the following output: (function webpackUniversalModuleDefinition(root, …

javascript webpack bundler umd webpack-4
What is the purpose of vendor/bundle? Heroku tells me to remove it

Upon pushing some changes to Heroku, I noticed a warning about vendor/bundle (see WARNING below). What is the purpose …

ruby-on-rails heroku ruby-on-rails-3.2 bundler
Task Runners (Gulp, Grunt, etc) and Bundlers (Webpack, Browserify). Why use together?

I am a bit new to the task runner and bundler world and while going through things like Grunt, Gulp, …

gruntjs gulp bundler browserify webpack