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.

Ruby gem dependencies on offline server

I have a server that is totally disconnected from the Internet (for some strange security reasons). How can I make …

ruby gem bundler offline
rbenv: Surviving without gemsets

TL;DR Don't bother with gemsets; multiple versions of a gem may be installed concurrently. When necessary, specify which version …

ruby-on-rails ruby rubygems bundler rbenv
Specify a plugin as gem from github in Gemfile

I am including 'acts_as_rateable' gem in my Gemfile like this gem 'acts_as_rateable', :git => 'git://github.…

ruby-on-rails ruby-on-rails-3 rubygems bundler gemspecs
Why "bundle install" a gem instead of "gem install" for a rails 3 app?

I'm a beginner programmer going through the railstutorial by michael hartl, and notice that the process for using gems in …

ruby-on-rails rubygems bundler railstutorial.org
no such file to load -- bcrypt_ext (via devise)

I'm using database authentication in devise(current gem) on rails 3 and I get the following error when trying to log …

ruby-on-rails devise bundler bcrypt
Gem file with git remote failing on heroku push

I have the following line in my gemfile: gem 'client_side_validations', :git => "[email protected]:Dakuan/client_side_…

ruby-on-rails ruby git heroku bundler
fail to bundle install puma 4.3.5 or gem puma with ruby-2.6.6 on macos-10.15.6

fail to bundle install puma 4.3.5 or gem puma with ruby-2.6.6 on macos-10.15.6 try to bundle dependencies for my project, but …

ruby macos rubygems bundler
Bundler: always use latest revision of git branch in Gemfile

I have a Gemfile with a private git repo in the following format: gem 'magic_beans', :git => "git@git.…

ruby git bundler gemfile
"Could not find activesupport in any of the sources," even though activesupport is installed.

When I try to do rails server and thin start, both say: "Could not find activesupport-3.0.6 in any of the …

ruby-on-rails bundler activesupport
Error running 'bundle install' using Ruby 1.9.3

I'm going through the second edition of Ruby on Rails Tutorial (http://ruby.railstutorial.org/). I'm following each step, so …

bundler gemfile ruby-1.9.3