Skip to content

Commit

Permalink
rename rubygems cache folder to gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jun 30, 2016
1 parent 6124264 commit 13d7eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ cache:
paths:
- .bundle
before_script:
- bundle --path .bundle/rubygems
- bundle --path .bundle/gems
pages:
script:
- bundle exec jekyll build -d public --config _config.yml,_config-gitlab.yml -q
Expand Down Expand Up @@ -859,7 +859,7 @@ If Bundler is not installed, use the `gem` command to install it.

Finally, invoke the `bundle` command (which is provided by the bundler gem) from the root of the project to install the dependencies into the project:

$ bundle --path=.bundle/rubygems
$ bundle --path=.bundle/gems

IMPORTANT: Since we've installed dependencies inside the project, it's necessary to prefix all commands (e.g., rake) with `bundle exec`.

Expand Down

0 comments on commit 13d7eef

Please sign in to comment.