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

Exclude CI files from built gem #591

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

AlexWayfer
Copy link
Contributor

Security inspection of some users or even their clients can be confused by finding out unknown YAML files with Download instructions inside final production releases. We can just get rid of them.

Also Regex is fixed now, / before closing ) was breaking.

Security inspection of some users or even their clients can be confused
by finding out unknown YAML files with `Download` instructions
inside final production releases. We can just get rid of them.

Also Regex is fixed now, `/` before closing `)` was breaking.
pg.gemspec Outdated Show resolved Hide resolved
They're supposed to be hidden, or non-important.
@AlexWayfer
Copy link
Contributor Author

I see CI fails, the same as in the current master: https://github.com/ged/ruby-pg/actions/runs/10767830188

(this PR doesn't touch any tests or CIs)

@larskanis larskanis merged commit aa20ca1 into ged:master Sep 20, 2024
13 of 17 checks passed
@larskanis
Copy link
Collaborator

Thank you for the fix!

@AlexWayfer AlexWayfer deleted the exclude_ci_files_from_built_gem branch September 20, 2024 22:01
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