Skip to content

Remove the Gemfile.lock from the gem files #12

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

Merged
merged 1 commit into from
Jan 25, 2021

Conversation

edhzsz
Copy link
Contributor

@edhzsz edhzsz commented Jan 22, 2021

Description of changes:

The Gemfile.lock was removed in #11 but it was missed to be removed from the files being included in the released gem. This is breaking our integration tests and it is still attempting to publish the removed file as part of the gem.

make pr did not fail as it runs bundler init before running the unit and smoke tests.

On a clean branch, running make integ-tests reproduces the failure.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

The Gemfile.lock was removed in #11 but it was missed to be removed from the files being included in the released gem. This is breaking our integration tests and it is still attempting to publish the removed file as part of the gem.

`make pr` did not fail as it runs `bundler init` before running the unit and smoke tests.

On a clean branch, running `make integ-tests` reproduces the failure.
@edhzsz edhzsz requested a review from stefanbotez January 24, 2021 23:43
@stefanbotez stefanbotez merged commit d5cfe4f into main Jan 25, 2021
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.

3 participants