RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Don't ever run bundle update

In a nutshell, bundle install is usually the only command you’ll need, while bundle update, with no other arguments specified, will update each gem in your Gemfile and all dependent gems to it’s latest version. Usually, this is not what you want. Read on…

Comments

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in