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 6fbd141 commit 1f9c403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple_navigation_bootstrap.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.0.0'

s.files = `git ls-files`.split("\n")
s.files = Dir['README.md', 'CHANGELOG.md', 'LICENSE', 'lib/**/*.rb', 'vendor/**/*.scss']

s.add_dependency 'simple-navigation', '~> 4.0'
s.add_dependency 'zeitwerk'
Expand Down

0 comments on commit 1f9c403

Please sign in to comment.