Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only include vendored assets in the gem (#313)
With the introduction of the github workflow in a432faf bundler is run as part of making the gem and this adds bundled code in vendor/bundle. With the "vendor/**/*" spec in the gemspec file this code also gets included in the gem by accident.
- Loading branch information