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

Load VERSION.yml from relative path, so that developers can use "bundle config local.json-schema" #419

Merged
merged 1 commit into from Oct 25, 2018

Conversation

ndbroadbent
Copy link
Contributor

I started doing a bit of work on json-schema, and want to test my local changes in my Rails app. So in my Gemfile I make json-schema point to my fork on GitHub, and I use bundle config local.json-schema /path/to/repo to use the code at /path/to/repo during development. (More info: https://bundler.io/v1.2/git.html#local)

This change was required, otherwise Bundler will crash with No such file or directory @ rb_sysopen - VERSION.yml.

…le config local.json-schema" to reference the local project
@RST-J RST-J merged commit ab1253a into voxpupuli:master Oct 25, 2018
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