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 Travis bundler errors #194

Merged
merged 1 commit into from
Jul 19, 2019
Merged

Fix Travis bundler errors #194

merged 1 commit into from
Jul 19, 2019

Conversation

dstokes
Copy link
Contributor

@dstokes dstokes commented Jul 19, 2019

On January 3rd 2019 the Bundler team released Bundler 2.0 which dropped support for Ruby versions 2.2 and older, and added a new dependency on RubyGems 3.0.0. A subsequent release, 2.0.1, requires RubyGems 2.5.0.

https://docs.travis-ci.com/user/languages/ruby/#bundler-20

This change downgrades bundler in order to allow installation of the project gems for build. Example of a successful build with this change here.

Additionally, I was seeing errors installing ruby-1.9.3 which is not listed in Travis' list of precompiled ruby binaries so I updated that version to patch 551 (ruby-1.9.3-p551).

@aughr
Copy link
Contributor

aughr commented Jul 19, 2019

Looks good, thanks!

@aughr aughr merged commit 8c785bb into newrelic:master Jul 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants