Skip to content

Commit 4767aac

Browse files
authored
Adjust gemspec files (#321)
Co-authored-by: Andy Waite <[email protected]>
1 parent e868d3c commit 4767aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby-lsp-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
2020
spec.required_ruby_version = ">= 3.0.0"
2121

2222
spec.files = Dir.chdir(File.expand_path(__dir__)) do
23-
Dir["{app,config,db,lib}/**/*", "LICENSE.txt", "Rakefile", "README.md"]
23+
Dir["lib/**/*", "LICENSE.txt", "Rakefile", "README.md"]
2424
end
2525

2626
spec.add_dependency("actionpack", ">= 6.0")

0 commit comments

Comments
 (0)