.circleci/config.yml in danger-wcc-0.0.2 vs .circleci/config.yml in danger-wcc-0.0.3

- old
+ new

@@ -7,17 +7,17 @@ RAILS_ENV: test steps: - checkout # Restore bundle cache - restore_cache: - key: rails-{{ checksum "Gemfile.lock" }} + key: rails-{{ checksum "danger-wcc.gemspec" }} # Bundle install dependencies - run: bundle install --path /tmp/vendor/bundle # Store bundle cache - save_cache: - key: rails-{{ checksum "Gemfile.lock" }} + key: rails-{{ checksum "danger-wcc.gemspec" }} paths: - /tmp/vendor/bundle # run Danger - type: shell