Skip to content

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

Merged
grosser merged 1 commit intogrosser:masterfrom
DocSpring:fix_version
Dec 7, 2019
Merged

Fix Invalid gemspec in parallel_tests.gemspec: cannot load such file -- ./lib/parallel_tests/version#730
grosser merged 1 commit intogrosser:masterfrom
DocSpring:fix_version

Conversation

@ndbroadbent
Copy link
Copy Markdown
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.

2 participants