diff options
author | elijah <elijah@riseup.net> | 2017-06-28 15:26:11 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2017-06-28 15:26:11 -0700 |
commit | ef455a41d6529898a2d8848e65e464705729e661 (patch) | |
tree | 9b25181145fd52518b5b8a18b90fdb71e1419f90 | |
parent | de892c3821b2053f23ca6a91bf097b05a150ff41 (diff) |
platform test - pin ruby version to 2.1.10 when using rbenv, since that is the latests that will work.
-rw-r--r-- | tests/platform-ci/.ruby-version | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/platform-ci/.ruby-version b/tests/platform-ci/.ruby-version new file mode 100644 index 00000000..8dbb0f26 --- /dev/null +++ b/tests/platform-ci/.ruby-version @@ -0,0 +1 @@ +2.1.10 |