mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
add gems for maintainer generation
This commit is contained in:
parent
8ff9a5cf01
commit
c71e454259
1 changed files with 9 additions and 0 deletions
9
Gemfile
9
Gemfile
|
@ -24,3 +24,12 @@ group :tools do
|
||||||
gem 'pry', '~> 0.10'
|
gem 'pry', '~> 0.10'
|
||||||
gem 'license_finder'
|
gem 'license_finder'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# gems for Maintainers.md generation
|
||||||
|
group(:maintenance) do
|
||||||
|
gem 'tomlrb'
|
||||||
|
|
||||||
|
# To sync maintainers with github
|
||||||
|
gem 'octokit'
|
||||||
|
gem 'netrc'
|
||||||
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue