瀏覽代碼

specify ruby version for CI (#430)

CI is currently failing because the default ruby on travis.org is 2.0,
but a dependency xcpretty, requires the latest activesupport, which
requires ruby >=2.2
Michael Kirk 9 年之前
父節點
當前提交
b4e7932a59
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .ruby-version

+ 1 - 0
.ruby-version

@@ -0,0 +1 @@
+2.3.1