We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2ae3d commit f4b2028Copy full SHA for f4b2028
code0-zero_track.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
spec.metadata['rubygems_mfa_required'] = 'true'
19
20
spec.files = Dir.chdir(File.expand_path(__dir__)) do
21
- Dir['{app,config,db,lib}/**/*', 'LICENSE', 'Rakefile', 'README.md']
+ Dir['{app,config,db,lib}/**/*', 'LICENSE', 'Rakefile', 'README.md', 'rubocop-zero_track.yml']
22
end
23
24
spec.add_dependency 'rails', '>= 8.0.1'
0 commit comments