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 feff75c commit 801a1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekiq_alive.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 3.0.0'

s.files = Dir['README.md', 'lib/**/*']
s.files = Dir['README.md', 'LICENSE', 'lib/**/*.rb']

s.add_dependency('rack', '>= 2.2.4')
s.add_dependency('rackup')
Expand Down

0 comments on commit 801a1d0

Please sign in to comment.