Skip to content

Commit

Permalink
Bump cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sue445 committed Feb 29, 2020
1 parent bfe7d18 commit 85b375d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: bundle --version
- run: gem --version
- ruby-orbs/bundle-install:
cache_key_prefix: "v3-rspec"
cache_key_prefix: "v4-rspec"
with_gemfile_lock: false
gemspec_name: "itest5ch"
update_always: true
Expand All @@ -57,7 +57,7 @@ jobs:
steps:
- checkout
- ruby-orbs/bundle-install:
cache_key_prefix: "v3-rubocop"
cache_key_prefix: "v4-rubocop"
with_gemfile_lock: false
gemspec_name: "itest5ch"
update_always: true
Expand Down

0 comments on commit 85b375d

Please sign in to comment.