From 9feef6bdc68e3f130de4b742bbde2b718631499f Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 10 Dec 2014 18:45:45 -0700 Subject: [PATCH] Remove --system from ruby's "bundle install" --- ruby/README.md | 2 +- ruby/content.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/README.md b/ruby/README.md index eff2eac12..48fb387b8 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -49,7 +49,7 @@ The `onbuid` tag expects a `Gemfile.lock` in your app directory. This `docker run` will help you generate one. Run it in the root of your app, next to the `Gemfile`: - docker run --rm -v "$(pwd)":/usr/src/app -w /usr/src/app ruby:2.1 bundle install --system + docker run --rm -v "$(pwd)":/usr/src/app -w /usr/src/app ruby:2.1 bundle install ## Run a single Ruby script diff --git a/ruby/content.md b/ruby/content.md index a8f864bf6..8f6a9d944 100644 --- a/ruby/content.md +++ b/ruby/content.md @@ -34,7 +34,7 @@ The `onbuid` tag expects a `Gemfile.lock` in your app directory. This `docker run` will help you generate one. Run it in the root of your app, next to the `Gemfile`: - docker run --rm -v "$(pwd)":/usr/src/app -w /usr/src/app ruby:2.1 bundle install --system + docker run --rm -v "$(pwd)":/usr/src/app -w /usr/src/app ruby:2.1 bundle install ## Run a single Ruby script