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

Unable to bundle to run tugboat from git repo version for testing #171

Closed
PhilETaylor opened this issue Jul 14, 2015 · 2 comments
Closed

Comments

@PhilETaylor
Copy link
Contributor

Phils-iMac:tugboat phil$ ls
CHANGELOG.md        README.md       spec
CHANGELOG_old.md    Rakefile        tmp
CONTRIBUTING.md     bin         tugboat.gemspec
Gemfile         features
LICENSE.md      lib

Phils-iMac:tugboat phil$ bundle
Updating https://github.com/cucumber/cucumber.git
fatal: ambiguous argument 'v2.0.0.beta.2': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Git error: command `git rev-parse v2.0.0.beta.2` in directory
/Users/phil/.bundler/cache/git/cucumber-05ceb559025bbb6100d3da47a65ffc7cf7b638bc
has failed.
If this error persists you could try removing the cache directory
'/Users/phil/.bundler/cache/git/cucumber-05ceb559025bbb6100d3da47a65ffc7cf7b638bc'

I have tried removing the whole /Users/phil/.bundler folder and trying again to no avail.

@PhilETaylor
Copy link
Contributor Author

If I remove the line:

gem 'cucumber', git: 'https://github.com/cucumber/cucumber.git', tag: 'v2.0.0.beta.2'

from the Gemfile then I can run the bundle command with no errors and cucumber 1.3.20 is installed

@petems
Copy link
Owner

petems commented Jul 18, 2015

Hi Phil! The issue is that the repos have been moved, I'll update the gemfile.

In the future you can do bundle install --without development test

@petems petems closed this as completed Jul 18, 2015
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