Skip to content

Commit

Permalink
Merge pull request #315 from t-richards/chore/gem-size
Browse files Browse the repository at this point in the history
Remove unnecessary files from bundled gem
  • Loading branch information
burke committed Aug 5, 2020
2 parents 530fdb1 + 280ff11 commit d7f33a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bootsnap.gemspec
Expand Up @@ -22,9 +22,7 @@ Gem::Specification.new do |spec|
'source_code_uri' => 'https://github.com/Shopify/bootsnap',
}

spec.files = %x(git ls-files -z).split("\x0").reject do |f|
f.match(%r{^(test|spec|features)/})
end
spec.files = %x(git ls-files -z ext lib).split("\x0") + %w(CHANGELOG.md LICENSE.txt README.md)
spec.require_paths = %w(lib)

spec.required_ruby_version = '>= 2.3.0'
Expand Down

0 comments on commit d7f33a6

Please sign in to comment.