-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Use the ruby 2.4.1 release #5936
Conversation
looks like travis' rvm needs to get updated. you might be able to |
The binary is available now: https://s3.amazonaws.com/travis-rubies/binaries/ubuntu/12.04/x86_64/ruby-2.4.1.tar.bz2 Perhaps you can trigger a rebuild? |
55982e5
to
249c5bd
Compare
@chef/maintainers assuming this goes green. Numbers look pretty tasty. I also think we should only test with 2.4.1 for 13; thoughts? |
yeah should bump up everything possible to 2.4.1 but should probably still test on both 2.3.3 and 2.4.1 for |
28921c8
to
829c0d3
Compare
Signed-off-by: Lamont Granquist <[email protected]>
50e1c63
to
a3159a6
Compare
Signed-off-by: Lamont Granquist <[email protected]>
bumping the Gemfile.lock failed on chef-zero, need to investigate that in parallel. bumping bundler to either 1.13.x or 1.14.x is also not working right now, and gets into fights with rake tasks, there's probably some additional uncrazysaucing that needs to happen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(appveyor is also still on ruby-2.3 because there's no ruby-2.4) |
Re: appveyor and ruby 2.4 - appveyor/ci#1350 |
First, let's see if they've fixed rspec. Then we can bump omnibus-software and go from there