Upgrade ruby 2.0.0 to the latest patchlevel (p576)

deivid.rodriguez's Avatar

deivid.rodriguez

08 Oct, 2014 04:05 PM

Hi!

I've added AppVeyor to one of my ruby gems (https://github.com/deivid-rodriguez/byebug), it's working great! I'm just getting a test failure because my gem needs rubies greater or equal than 2.0.0-p576 to properly work.

RubyInstaller has already released this patchlevel (https://groups.google.com/forum/#!topic/rubyinstaller/nyo917WURjw), so I was wondering if Ruby 2.0 could be upgraded in the virtual machines,. This way I can have a green test suite on Windows.

Thanks in advance and congratulations for AppVeyor!

  1. Support Staff 1 Posted by Feodor Fitsner on 08 Oct, 2014 04:23 PM

    Feodor Fitsner's Avatar

    Will do that, thanks for letting us know.

    -Feodor

  2. 2 Posted by deivid.rodrigue... on 08 Oct, 2014 04:29 PM

    deivid.rodriguez's Avatar

    Thanks a lot!

  3. Support Staff 3 Posted by Feodor Fitsner on 16 Oct, 2014 03:56 AM

    Feodor Fitsner's Avatar

    David,

    Both x64 and x86 Ruby installs have been updated to the latest p576.

    Enjoy!

  4. 4 Posted by deivid.rodrigue... on 16 Oct, 2014 12:06 PM

    deivid.rodriguez's Avatar

    Awesome! Thanks Feodor!

  5. 5 Posted by Yegor Bugayenko on 24 Dec, 2015 08:03 AM

    Yegor Bugayenko's Avatar

    I'm having the same problem:

    ruby --version
    ruby 1.9.3p551 (2014-11-13) [i386-mingw32]

    What should I do in order to get Ruby 2.0 for my build?

  6. Support Staff 6 Posted by Feodor Fitsner on 24 Dec, 2015 08:12 AM

    Feodor Fitsner's Avatar

    Ruby 2.0.0-p645 is available in C:\Ruby200 folder. Add this to your build:

    set PATH=C:\Ruby200;%PATH%
    
  7. 7 Posted by Yegor Bugayenko on 24 Dec, 2015 08:22 AM

    Yegor Bugayenko's Avatar

    This is how it should be:

    ```
    SET PATH=C:\Ruby200\bin;%PATH%
    ```

  8. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:03 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac