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 b8e5e15 commit 9d38ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart_listing.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', 'Changed.md', 'LICENSE', 'lib/**/*.rb', 'config/**/*.yml', 'app/**/*.rb', 'app/**/*.erb']

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

0 comments on commit 9d38ff8

Please sign in to comment.