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.

Bundler could not find compatible versions for gem "bundler":

Complete new person to Ruby and Rails here... Have tried some tutorials in the past, but that's about it. I'm …

ruby-on-rails ruby bundler bundle
Why Bundle Install is installing gems in vendor/bundle?

Whenever I do bundle install all of the gems get installed at app_dir/vendor/bundle path and consumes loads …

ruby-on-rails ruby gem rvm bundler
therubyracer gem on windows

I've been peacefully developing on Windows without adding any gems for a few weeks now and today I decided to …

ruby-on-rails rubygems bundler devkit
Using --no-rdoc and --no-ri with bundler

When using gem install gem_name I can pass --no-rdoc and --no-ri switches to skip generating RDoc/RI documentation for …

ruby-on-rails ruby rubygems gem bundler
Errors Installing mysql2 gem via the Bundler

I am trying to install the mysql2 gem via the Bundler, but it keeps dying with the following error: ** executing …

mysql ruby-on-rails ruby rubygems bundler
Devise with Rails 4

The team behind Devise announced via blogpost http://blog.plataformatec.com.br/2013/05/devise-and-rails-4/ that it was releasing a version that …

ruby-on-rails devise bundler
Bundler not working with rbenv, could not find [gem]

I've just made the switch from rvm to rbenv and I'm trying to use bundler for gem management. After running …

ruby sinatra bundler rbenv
Importing images in TypeScript React - "Cannot find module"

I am trying to import images to use inside a React component with TypeScript. The bundler I'm using is Parcel (…

reactjs typescript visual-studio-code bundler parceljs
Bundler: can't find gem bundler (>= 0.a) with executable bundle (Gem::GemNotFoundException) during bundle install with gem

I'm executing the following script: gem install rdoc --no-document gem install bundle bundle output: + gem install rdoc --no-document Successfully installed …

ruby-on-rails ruby rubygems bundle bundler
Where does bundler store gems?

I know that when using gem install, the gem will be stored under /home/username/.rvm/gems/, under which gemset …

ruby gem rvm bundler gemset