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

Missing require #206

Merged
merged 2 commits into from
Sep 18, 2023
Merged

Missing require #206

merged 2 commits into from
Sep 18, 2023

Conversation

Earlopain
Copy link
Collaborator

@Earlopain Earlopain commented Sep 16, 2023

Description

Add a missing require to opensearch/version.

CI didn't catch this because bundle exec rake loads the gemspec file which requires the version on it's own. CI has no need for bundle exec since there will only ever be the exact gems installed so I have changed workflow to call rake on it's own.

Issues Resolved

#205

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

bundle exec loads gem/version through the gemspec file
CI doesn't need bundle exec since each gem will only be available once anyways

Signed-off-by: Earlopain <14981592+Earlopain@users.noreply.github.com>
Fixes #205

Signed-off-by: Earlopain <14981592+Earlopain@users.noreply.github.com>
@nhtruong nhtruong merged commit 503ad3c into opensearch-project:main Sep 18, 2023
64 checks passed
@Earlopain Earlopain deleted the missing-require branch September 18, 2023 16:25
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

4 participants