puppetlabs / puppet-editor-services

Puppet Language Server for editors
Apache License 2.0
45 stars 21 forks source link

(maint) Remove vendored gems #251

Closed glennsarti closed 4 years ago

glennsarti commented 4 years ago

This commit removes the vendored gems from the git repository and instead modifies Rake tasks and documentation to vendor the gems manually. Note that the build process does vendor the gems prior to compressing into a Zip.

This is to reduce git history churn when adding or updating vendored gems. The vendored gem content doesn't change so there's no point replicating in this repo.

glennsarti commented 4 years ago

Self merging. No code or test changes. Tests fail spectacularly without the vendored gems.