Skip to content
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

Fix test setup (gem deps install) #88

Merged
merged 3 commits into from Aug 22, 2016
Merged

Conversation

olivielpeau
Copy link
Member

@olivielpeau olivielpeau commented Aug 19, 2016

  1. Update rubygems and bundler in before_install step: This makes rubygems and bundler slightly smarter in terms of installing gems that are compatible with the version of ruby
  2. Force json and rack version constraints for chef 11 (unfortunately 1. is not enough for the chef-11 tests apparently...)

This makes rubygems and bundler slightly smarter in terms of installing
gems that are compatible with the version of ruby
before_install:
- gem update --system
- gem --version
- gem install bundler --pre
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not a huge fan of these, but it's only for tests, and I don't see rubygems and/or bundler having a bad release without releasing immediately a fix.

@degemer
Copy link
Member

degemer commented Aug 19, 2016

LGTM

@olivielpeau
Copy link
Member Author

Thanks @degemer for the review! Merging

@olivielpeau olivielpeau merged commit 4669c35 into master Aug 22, 2016
@olivielpeau olivielpeau deleted the olivielpeau/fix-chef-11-tests branch August 22, 2016 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants