Skip to content

Commit 7bc7c98

Browse files
committed
Use bundle exec to fix jruby on CI
1 parent 113f828 commit 7bc7c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
key: bundle-v2-{{ checksum "Gemfile.lock" }}
6262
paths:
6363
- vendor/bundle
64-
- run: rake internal_investigation spec
64+
- run: bundle exec rake internal_investigation spec
6565

6666
code-climate:
6767
docker:

0 commit comments

Comments
 (0)