-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relax ruby version to include 2.4 or earlier? #4
Comments
Never mind. Seems the most recent gem was generated from ruby/ruby, not here. Looking over there... |
@MSP-Greg This repository is a mirror. So, We can test webrick gem with Travis CI only GitHub Repository. (Eric Wong never use GitHub) I think that webrick can be supported '>= Ruby 2.4'. |
@hsbt Yeah, I kind of auto-piloted' to this repo, assuming that the gem was built from it. Then the light bulb went off... Thanks, Greg |
@hsbt Appveyor build passed 2.4.2 & trunk Travis build passed 2.4.1, 2.4.3 & trunk (also 2.3.6)... FYI, thanks, Greg |
I've noticed the constraint on the current WEBrick of ruby 2.5. I have not tried a Travis build on my fork to see if it works with 2.3 or 2.4.
Might the constraint be relaxed to include at least Ruby 2.4?
I checked it against a few local builds I have, and it passed for all the MSYS2 based builds, which is 2.3.5 forward. Also, passed a trunk vc140.
It did fail on the current RubyInstaller build, 2.3.3.
Below is info from the 2.3 tests, not sure about the issue with 2.3.5...
Thanks, Greg
Ruby 2.3.3 - current RubyInstaller 2.3 build
Ruby 2.3.5 - Custom RubyInstaller2 / ruby-loco build
The text was updated successfully, but these errors were encountered: