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

Downgrade to bundler 1.10.x #5290

Closed
mattolson opened this issue Dec 14, 2015 · 5 comments
Closed

Downgrade to bundler 1.10.x #5290

mattolson opened this issue Dec 14, 2015 · 5 comments

Comments

@mattolson
Copy link

Bundler 1.11.0 introduced a bug that is causing builds to fail:
rubygems/bundler#4147

Is it possible to specify a different version? If not, Travis should consider downgrading until this is fixed.

@solarce
Copy link

solarce commented Dec 15, 2015

We've found that the following fixes builds for folks encountering issues with the latest bundler.

before_install:
  - rvm @global do gem uninstall bundler -a -x
  - rvm @global do gem install bundler -v 1.10.6

@mattolson mattolson changed the title Downgrade to bundler 1.10.0 Downgrade to bundler 1.10.x Dec 15, 2015
@mattolson
Copy link
Author

@solarce Thank you, that worked!

@jmeridth
Copy link

@solarce Your technique is the cleanest I've seen and used so far. Thank you for sharing.

@solarce
Copy link

solarce commented Dec 15, 2015

We're glad to hear it's working, credit goes to @cotsog for coming up with it, I just passed it along :)

@jmeridth
Copy link

@cotsog @solarce 🍻

skazi0 added a commit to skazi0/crowbar-core that referenced this issue Jan 3, 2019
AbelNavarro added a commit to AbelNavarro/crowbar-openstack that referenced this issue Jan 3, 2019
Bundler has been updated and our travis configuration is no longer
working. There's a proposed fix by pinning bunlder version:

travis-ci/travis-ci#5290

Our last working bundler version was 1.17.3
skazi0 added a commit to skazi0/crowbar-core that referenced this issue Jan 3, 2019
Bundler version >= 2.0.0 requires rubygems >= 3.0.
There seems to be no simple way to upgrade rubygems with ruby2.1.
Pinning bundler to older version solves the problem.

see:
https://travis-ci.community/t/bundle-is-not-installed-for-ruby-2-3/1641
travis-ci/travis-ci#5290
AbelNavarro added a commit to AbelNavarro/crowbar-openstack that referenced this issue Jan 3, 2019
Bundler has been updated and our travis configuration is no longer
working. There's a proposed fix by limiting bunlder version to be less
than 2.0.0:

travis-ci/travis-ci#5290

Our last working bundler version was 1.17.3
AbelNavarro added a commit to AbelNavarro/crowbar-ha that referenced this issue Jan 3, 2019
Bundler has been updated and our travis configuration is no longer
working. There's a proposed fix by limiting bunlder version to be less
than 2.0.0:

travis-ci/travis-ci#5290

Our last working bundler version was 1.17.3
AbelNavarro added a commit to AbelNavarro/crowbar-openstack that referenced this issue Jan 3, 2019
Bundler has been updated and our travis configuration is no longer
working. There's a proposed fix by limiting bunlder version to be less
than 2.0.0:

travis-ci/travis-ci#5290

Our last working bundler version was 1.17.3
AbelNavarro added a commit to AbelNavarro/crowbar-ha that referenced this issue Jan 3, 2019
Bundler has been updated and our travis configuration is no longer
working. There's a proposed fix by limiting bunlder version to be less
than 2.0.0:

travis-ci/travis-ci#5290

Our last working bundler version was 1.17.3
skazi0 added a commit to skazi0/crowbar-core that referenced this issue Jan 3, 2019
Bundler version >= 2.0.0 requires rubygems >= 3.0.
There seems to be no simple way to upgrade rubygems with ruby2.1.
Pinning bundler to older version solves the problem.

see:
https://travis-ci.community/t/bundle-is-not-installed-for-ruby-2-3/1641
travis-ci/travis-ci#5290
(cherry picked from commit e90ebb3)
skazi0 added a commit to skazi0/crowbar-core that referenced this issue Jan 3, 2019
Bundler version >= 2.0.0 requires rubygems >= 3.0.
There seems to be no simple way to upgrade rubygems with ruby2.1.
Pinning bundler to older version solves the problem.

see:
https://travis-ci.community/t/bundle-is-not-installed-for-ruby-2-3/1641
travis-ci/travis-ci#5290
(cherry picked from commit e90ebb3)
AbelNavarro added a commit to AbelNavarro/crowbar-openstack that referenced this issue Jan 3, 2019
Bundler has been updated and our travis configuration is no longer
working. There's a proposed fix by limiting bunlder version to be less
than 2.0.0:

travis-ci/travis-ci#5290

Our last working bundler version was 1.17.3

(cherry picked from commit ebc8927)
AbelNavarro added a commit to AbelNavarro/crowbar-openstack that referenced this issue Jan 3, 2019
Bundler has been updated and our travis configuration is no longer
working. There's a proposed fix by limiting bunlder version to be less
than 2.0.0:

travis-ci/travis-ci#5290

Our last working bundler version was 1.17.3

(cherry picked from commit ebc8927)
skazi0 added a commit to skazi0/crowbar-core that referenced this issue Jan 3, 2019
Bundler version >= 2.0.0 requires rubygems >= 3.0.
There seems to be no simple way to upgrade rubygems with ruby2.1.
Pinning bundler to older version solves the problem.

see:
https://travis-ci.community/t/bundle-is-not-installed-for-ruby-2-3/1641
travis-ci/travis-ci#5290
skazi0 added a commit to skazi0/crowbar-core that referenced this issue Jan 3, 2019
Bundler version >= 2.0.0 requires rubygems >= 3.0.
There seems to be no simple way to upgrade rubygems with ruby2.1.
Pinning bundler to older version solves the problem.

see:
https://travis-ci.community/t/bundle-is-not-installed-for-ruby-2-3/1641
travis-ci/travis-ci#5290
(cherry picked from commit 8cd71e5)
skazi0 added a commit to skazi0/crowbar-core that referenced this issue Jan 3, 2019
Bundler version >= 2.0.0 requires rubygems >= 3.0.
There seems to be no simple way to upgrade rubygems with ruby2.1.
Pinning bundler to older version solves the problem.

see:
https://travis-ci.community/t/bundle-is-not-installed-for-ruby-2-3/1641
travis-ci/travis-ci#5290
(cherry picked from commit 8cd71e5)
AbelNavarro added a commit to AbelNavarro/crowbar-ha that referenced this issue Jan 3, 2019
Bundler has been updated and our travis configuration is no longer
working. There's a proposed fix by limiting bunlder version to be less
than 2.0.0:

travis-ci/travis-ci#5290

Our last working bundler version was 1.17.3

(cherry picked from commit 5e69f86)
AbelNavarro added a commit to AbelNavarro/crowbar-ha that referenced this issue Jan 3, 2019
Bundler has been updated and our travis configuration is no longer
working. There's a proposed fix by limiting bunlder version to be less
than 2.0.0:

travis-ci/travis-ci#5290

Our last working bundler version was 1.17.3

(cherry picked from commit 5e69f86)
jsuchome pushed a commit to jsuchome/crowbar-core that referenced this issue Jan 3, 2019
Bundler version >= 2.0.0 requires rubygems >= 3.0.
There seems to be no simple way to upgrade rubygems with ruby2.1.
Pinning bundler to older version solves the problem.

see:
https://travis-ci.community/t/bundle-is-not-installed-for-ruby-2-3/1641
travis-ci/travis-ci#5290
jsuchome pushed a commit to jsuchome/crowbar-core that referenced this issue Jan 3, 2019
Bundler version >= 2.0.0 requires rubygems >= 3.0.
There seems to be no simple way to upgrade rubygems with ruby2.1.
Pinning bundler to older version solves the problem.

see:
https://travis-ci.community/t/bundle-is-not-installed-for-ruby-2-3/1641
travis-ci/travis-ci#5290
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants