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

Engine cart doesn't work with bundler 1.13.0 #64

Closed
jcoyne opened this issue Sep 9, 2016 · 1 comment
Closed

Engine cart doesn't work with bundler 1.13.0 #64

jcoyne opened this issue Sep 9, 2016 · 1 comment

Comments

@jcoyne
Copy link
Collaborator

jcoyne commented Sep 9, 2016

See https://travis-ci.org/projecthydra/sufia/jobs/158775152

Workaround for .travis.yml:

before_install:
  - gem uninstall -i /home/travis/.rvm/gems/ruby-`ruby -e 'puts RUBY_VERSION'`@global bundler -v 1.13.0
  - gem install bundler -v 1.12.5
jcoyne added a commit to samvera-deprecated/sufia that referenced this issue Sep 9, 2016
jcoyne added a commit to samvera-deprecated/curation_concerns that referenced this issue Sep 9, 2016
anarchivist pushed a commit to dpla-attic/KriKri that referenced this issue Sep 12, 2016
Dependency resolution in Bundler 1.13 breaks when using engine_cart, which we use
in Krikri to build a test application for the engine. The changes to the Travis
build are modified from the workaround specified in cbeer/engine_cart#64, but
the better long term fix would be to upgrade engine_cart to v1.0.1 (see #8557).
anarchivist pushed a commit to dpla-attic/KriKri that referenced this issue Sep 12, 2016
Dependency resolution in Bundler 1.13 breaks when using engine_cart, which we use
in Krikri to build a test application for the engine. The changes to the Travis
build are modified from the workaround specified in cbeer/engine_cart#64, but
the better long term fix would be to upgrade engine_cart to v1.0.1 (see #8557).
anarchivist pushed a commit to dpla-attic/KriKri that referenced this issue Sep 12, 2016
Dependency resolution in Bundler 1.13 breaks when using engine_cart, which we use
in Krikri to build a test application for the engine. The changes to the Travis
build are modified from the workaround specified in cbeer/engine_cart#64, but
the better long term fix would be to upgrade engine_cart to v1.0.1 (see #8557),
and to ensure Krikri works with the latest Bundler.
@jcoyne
Copy link
Collaborator Author

jcoyne commented Sep 12, 2016

Fixed by 0208c4a

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

No branches or pull requests

1 participant