mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +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.lock
|
||||||
|
Gemfile.local
|
||||||
coverage
|
coverage
|
||||||
*.gem
|
*.gem
|
||||||
.gallery
|
.gallery
|
||||||
|
|
3
Gemfile
3
Gemfile
|
@ -62,3 +62,6 @@ end
|
||||||
group :deploy do
|
group :deploy do
|
||||||
gem 'inquirer'
|
gem 'inquirer'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# add these additional dependencies into Gemfile.local
|
||||||
|
eval_gemfile(__FILE__ + ".local") if File.exist?(__FILE__ + ".local")
|
||||||
|
|
Loading…
Reference in a new issue