diff --git a/circle.yml b/circle.yml index 277a79d..0971db3 100644 --- a/circle.yml +++ b/circle.yml @@ -48,7 +48,7 @@ jobs: name: Bundler Install command: | gem update --system - bundle install --path vendor/bundle + bundle config set path "vendor/bundle" - type: cache-save name: Bundler Store