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 e71ac59 commit de5f540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action_form.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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', 'app/**/*.js']

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

0 comments on commit de5f540

Please sign in to comment.