fastlane/lib/fastlane/plugins/template/.circleci/config.yml in fastlane_hotfix-2.165.1 vs fastlane/lib/fastlane/plugins/template/.circleci/config.yml in fastlane_hotfix-2.187.0

- old
+ new

@@ -5,10 +5,10 @@ version: 2 jobs: build: docker: # specify the version you desire here - - image: circleci/ruby:2.4.2 + - image: circleci/ruby:2.5 working_directory: ~/repo steps: - checkout