-
Notifications
You must be signed in to change notification settings - Fork 63
Description
With the introduction of testing on ppc64le (added in PR #69), while building on TravisCI, we are seeing that Bundler will sometimes pull in activerecord > 5, which should not happen. This is not consistent.
Here is an example of failures for both 2.4.7 and 2.4.10
Build number 153: https://travis-ci.com/github/K-and-R/email_validator/builds/222180216
Yet here, with only a change to the README, only 2.4.10 gets activerecord > 5. This seems to be a bug in TravisCI.
Build number 154: https://travis-ci.com/github/K-and-R/email_validator/builds/222703882
I would expect that Bundler behave in a consistent manner across builds for the same Ruby version.
I am going to continue to monitor this. I will also try to find time to research what the cause may be. Right now, I am considering this a low priority since it doesn't impact the actual gem functionality.
(cc: @nageshlop)