Skip to content

Commit 7918872

Browse files
committed
Require config in the gemspec
1 parent c8bd590 commit 7918872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erblint-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
88
s.homepage = "https://github.com/github/erblint-github"
99
s.license = "MIT"
1010

11-
s.files = Dir["README.md", "LICENSE", "lib/**/*"]
11+
s.files = Dir["README.md", "LICENSE", "lib/**/*", "config/**/*"]
1212
s.require_paths = ["lib"]
1313

1414
s.required_ruby_version = ">= 2.7.0"

0 commit comments

Comments
 (0)