use preinstalled ruby on circleci

This commit is contained in:
Paul Zabelin
2019-04-30 13:12:46 -07:00
parent 35e118b217
commit ac484807a7

View File

@@ -12,7 +12,9 @@ commands:
pod-install:
description: Checkout and Install Dependencies
steps:
- run: chruby
- checkout
- run: echo "2.5.5" > .ruby-version # Use preinstalled version of chruby
- run: gem install bundler
- restore_cache:
key: 2-gems-{{ checksum "Gemfile.lock" }}