From dcdaf2e2f1df8609143f78cc6da62c3b236ab840 Mon Sep 17 00:00:00 2001 From: sunaot Date: Wed, 9 Oct 2019 13:07:29 +0900 Subject: [PATCH] Update Ruby version to use on Appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b696224..c25b403 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,4 +14,4 @@ test_script: - bundle exec rake spec environment: matrix: - - ruby_version: "22" + - ruby_version: "26"