Upgrade ruby 2.0.0 to the latest patchlevel (p576)
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!
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
Support Staff 1 Posted by Feodor Fitsner on 08 Oct, 2014 04:23 PM
Will do that, thanks for letting us know.
-Feodor
2 Posted by deivid.rodrigue... on 08 Oct, 2014 04:29 PM
Thanks a lot!
Support Staff 3 Posted by Feodor Fitsner on 16 Oct, 2014 03:56 AM
David,
Both x64 and x86 Ruby installs have been updated to the latest p576.
Enjoy!
4 Posted by deivid.rodrigue... on 16 Oct, 2014 12:06 PM
Awesome! Thanks Feodor!
5 Posted by Yegor Bugayenko on 24 Dec, 2015 08:03 AM
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?
Support Staff 6 Posted by Feodor Fitsner on 24 Dec, 2015 08:12 AM
Ruby 2.0.0-p645 is available in
C:\Ruby200
folder. Add this to your build:7 Posted by Yegor Bugayenko on 24 Dec, 2015 08:22 AM
This is how it should be:
```
SET PATH=C:\Ruby200\bin;%PATH%
```
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:03 AM.