.circleci/config.yml in forger-2.0.5 vs .circleci/config.yml in forger-3.0.0
- old
+ new
@@ -30,9 +30,10 @@
# - v2-dependencies-
- run:
name: install dependencies
command: |
+ sed -i '/BUNDLED WITH/Q' Gemfile.lock # hack to fix bundler issue: allow different versions of bundler to work
bundle install --jobs=4 --retry=3 --path vendor/bundle
# - save_cache:
# paths:
# - ./vendor/bundle