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

[refs #206] Fix TravisCI builds: Update bundler before installing gems #207

Merged
merged 1 commit into from
Jan 20, 2016

Conversation

anuja-joshi
Copy link
Contributor

Travis bundler versions are quite out of date and can cause install errors, So updated bundler inbefore_install
see: rubygems/rubygems#1419

@dblock
Copy link
Collaborator

dblock commented Jan 20, 2016

Right, I just ran into the same thing. However this becomes a moving target on Travis, I think a better solution is to s.add_development_dependency 'bundler', '~> 1.10' in gemspec. What do you think?

@dblock
Copy link
Collaborator

dblock commented Jan 20, 2016

... my suggestion doesn't quite work it seems, so I'll just merge this, thank you

dblock added a commit that referenced this pull request Jan 20, 2016
[refs #206] Fix TravisCI builds: Update bundler before installing gems
@dblock dblock merged commit 5ab492d into mongoid:master Jan 20, 2016
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