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

Fix Invalid gemspec in parallel_tests.gemspec: cannot load such file -- ./lib/parallel_tests/version #730

Merged
merged 1 commit into from
Dec 7, 2019

Conversation

ndbroadbent
Copy link
Contributor

@ndbroadbent ndbroadbent commented Dec 7, 2019

Hello!

I've forked parallel_tests and like to use a local git repo with Bundler to test some changes. Unfortunately Bundler is crashing with this error:

Invalid gemspec in [/Users/ndbroadbent/code/parallel_tests/parallel_tests.gemspec]: cannot load such file -- ./lib/parallel_tests/version

I was able to fix the issue by changing this require call to use require_relative.

…h file -- ./lib/parallel_tests/version" crash when using local git repo with Bundler
@ndbroadbent ndbroadbent changed the title Fix Invalid gemspec in parallel_tests/parallel_tests.gemspec: cannot load such file -- ./lib/parallel_tests/version Fix Invalid gemspec in parallel_tests.gemspec: cannot load such file -- ./lib/parallel_tests/version Dec 7, 2019
@grosser grosser merged commit 7aaad61 into grosser:master Dec 7, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants