Skip to content

Commit 17fcefe

Browse files
committed
circle: Use Ruby 2.5.1
This _might_ work? Otherwise we can keep 2.4, but upgrade to 2.4.4. Signed-off-by: Kristofer Rye <[email protected]>
1 parent 9e8e8f3 commit 17fcefe

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
@@ -27,7 +27,7 @@ x-config:
2727
x-commands: # command shorthands
2828
- &set-ruby-version
2929
name: Set Ruby Version
30-
command: echo "ruby-2.4.2" > ~/.ruby-version
30+
command: echo "ruby-2.5.1" > ~/.ruby-version
3131
- &run-danger
3232
command: |
3333
if ! [[ $CIRCLE_PR_NUMBER ]]; then

0 commit comments

Comments
 (0)