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

EmrEtlRunner: bump bundler to 1.16.2 #3691

Closed
BenFradet opened this issue Mar 14, 2018 · 2 comments
Closed

EmrEtlRunner: bump bundler to 1.16.2 #3691

BenFradet opened this issue Mar 14, 2018 · 2 comments
Assignees

Comments

@BenFradet
Copy link
Contributor

Bundler is part of the default gems on travis and has to be reinstalled through hacks (c.f.

snowplow/.travis.yml

Lines 54 to 59 in a1bf092

- rvm implode --force
- \curl -sSL https://get.rvm.io | bash -s 1.27.0
- rvm reload
- rvm install jruby-9.1.6.0
- gem uninstall -i /home/travis/.rvm/gems/jruby-9.1.6.0 bundler -a -x
- gem install bundler -v 1.15.4
and travis-ci/travis-ci#8717).

However, jruby is the only ruby version which remains and so we've had to reinstall a ruby version before deploy in #3689 because of travis-ci/dpl#778.

Once we upgrade bundler, all of this can hopefully be removed.

@alexanderdean alexanderdean added this to the R10x [BAT] Priority fixes pt.2 milestone May 25, 2018
@BenFradet BenFradet changed the title EmrEtlRunner: bump bundler to 1.x.x EmrEtlRunner: bump bundler to 1.16.2 Jun 6, 2018
@BenFradet
Copy link
Contributor Author

descheduling, bundler on travis is 1.16.0 which doesn't contain the necessary fix.

@peel
Copy link
Contributor

peel commented May 27, 2020

Triage: not needed, bumped to 2.x series in snowplow/emr-etl-runner new home

@peel peel closed this as completed May 27, 2020
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

3 participants