diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2018-03-06 10:33:36 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2018-03-09 15:07:47 -0800 |
commit | fe1b2c37e6a177ad9ee1be8ef259b7d62e1f72ed (patch) | |
tree | d6f9c720d6516853e79e1a8bbaaef3634106c0b5 /appveyor.yml | |
parent | 84ea1415f0a31780d3ff03de340e32af23ff62c4 (diff) | |
download | chef-fe1b2c37e6a177ad9ee1be8ef259b7d62e1f72ed.tar.gz |
ruby-2.5 changes
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 19b127fa98..f825cd8768 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ cache: environment: matrix: - - ruby_version: "24-x64" + - ruby_version: "25-x64" clone_folder: c:\projects\chef clone_depth: 1 |