Skip to content

Commit

Permalink
Make gem smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 12, 2024
1 parent 646aa7c commit 56a8112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acts_as_xlsx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 3.1.0'

s.files = `git ls-files`.split("\n")
s.files = Dir['README.md', 'LICENSE', 'lib/**/*.rb']

s.add_dependency 'caxlsx'
s.add_dependency 'i18n'
Expand Down

0 comments on commit 56a8112

Please sign in to comment.