diff --git a/pages/common/bundle.md b/pages/common/bundle.md index 3b63b55492..d5143e7422 100644 --- a/pages/common/bundle.md +++ b/pages/common/bundle.md @@ -2,15 +2,15 @@ > Dependency manager for the Ruby programming language. -- Install all gems defined in the gemfile expected in the working directory: +- Install all gems defined in the `Gemfile` expected in the working directory: `bundle install` -- Update all gems by the rules defined in the gemfile and regenerate gemfile.lock: +- Update all gems by the rules defined in the `Gemfile` and regenerate `Gemfile.lock`: `bundle update` -- Update one specific gem defined in the gemfile: +- Update one specific gem defined in the `Gemfile`: `bundle update --source {{gemname}}`