Skip to content

Commit b98361f

Browse files
committed
let circle get the newest bundler
1 parent a27e07f commit b98361f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
# fallback to using the latest cache if no exact match is found
2727
- v1-dependencies-
2828

29+
- run:
30+
name: Get newest bundler
31+
command: gem install bundler
32+
2933
- run:
3034
name: install dependencies
3135
command: |

0 commit comments

Comments
 (0)