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

error while installing ruby_dep, Bundler cannot continue #540

Closed
fessyfoo opened this issue Aug 18, 2016 · 2 comments
Closed

error while installing ruby_dep, Bundler cannot continue #540

fessyfoo opened this issue Aug 18, 2016 · 2 comments
Milestone

Comments

@fessyfoo
Copy link
Contributor

when I run bundle using any ruby version listed in travis.yml

i get an error from bundler about installing ruby_dep and it requiring a newer version of ruby.

% bundle 
...
An error occurred while installing ruby_dep (1.4.0), and Bundler cannot continue.
Make sure that `gem install ruby_dep -v '1.4.0'` succeeds before bundling.
%
% gem install ruby_dep -v '1.4.0'
ERROR:  Error installing ruby_dep:
        ruby_dep requires Ruby version >= 2.2.5, ~> 2.2.
% 
% ruby -v 
ruby 2.1.6p336 (2015-04-13 revision 50298) [x86_64-darwin15.0]

if I run bundle with version 2.3 of ruby and then run rake I get an error about Syck #539

just trying to run the tests. :)

@jaxxstorm jaxxstorm added this to the 2.2.0 milestone Sep 15, 2016
@jaxxstorm
Copy link
Contributor

I'm gonna bump the whole travis config for the next release, to make sure we're testing with the right ruby versions :)

A PR would be appreciated.

@jaxxstorm
Copy link
Contributor

Oh, I realised what you're doing now :)

bundle install --without system_tests development

Should work :)

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

2 participants