mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Merge pull request #4105 from inspec/zenspider/Gemfile.local
Add support for Gemfile.local
This commit is contained in:
commit
7f91fdaf20
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
Gemfile.lock
|
||||
Gemfile.local
|
||||
coverage
|
||||
*.gem
|
||||
.gallery
|
||||
|
|
3
Gemfile
3
Gemfile
|
@ -62,3 +62,6 @@ end
|
|||
group :deploy do
|
||||
gem 'inquirer'
|
||||
end
|
||||
|
||||
# add these additional dependencies into Gemfile.local
|
||||
eval_gemfile(__FILE__ + ".local") if File.exist?(__FILE__ + ".local")
|
||||
|
|
Loading…
Reference in a new issue