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

CI: Update bundler before installing gems #120

Merged
merged 1 commit into from Jan 19, 2016

Conversation

dnrce
Copy link
Member

@dnrce dnrce commented Jan 19, 2016

Some versions of bundler are affected by a bug that causes them to throw

NoMethodError: undefined method `spec' for nil:NilClass

during installation of the tolk gem. This bug was fixed in bundler@a0c90cd, but several of
Travis's Ruby environments are based on older affected versions. To resolve, we force an update.

Some versions of bundler are affected by a bug that causes them to throw

    NoMethodError: undefined method `spec' for nil:NilClass

during installation of the tolk gem. This bug was fixed in bundler@a0c90cd, but several of
Travis's Ruby environments are based on older affected versions. To resolve, we force an update.
dnrce added a commit that referenced this pull request Jan 19, 2016
CI: Update bundler before installing gems
@dnrce dnrce merged commit 2618442 into tolk:master Jan 19, 2016
@dnrce dnrce deleted the ci-update-bundler branch January 19, 2016 18:14
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.

None yet

1 participant