diff --git a/.circleci/config.yml b/.circleci/config.yml index b3bb867..0455a10 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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" }}