1
0
Эх сурвалжийг харах

Remove --system from ruby's "bundle install"

Tianon Gravi 11 жил өмнө
parent
commit
9feef6bdc6
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      ruby/README.md
  2. 1 1
      ruby/content.md

+ 1 - 1
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
 

+ 1 - 1
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