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 8c454bd commit 6cd004a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remotipart.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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', 'CHANGELOG.md', 'LICENSE', 'lib/**/*.rb', 'vendor/**/*.js']

s.add_dependency 'rails', '>= 7.0'
s.add_dependency 'zeitwerk'
Expand Down

0 comments on commit 6cd004a

Please sign in to comment.