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 fd4b14b commit 002eea2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion redis_web_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@ 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',
'config/**/*.rb',
'app/**/*.rb',
'app/**/*.erb',
'app/**/*.js',
'app/**/*.css'
]

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

0 comments on commit 002eea2

Please sign in to comment.