Skip to content

Commit

Permalink
Merge pull request ManageIQ#53 from imtayadeway/load-developer-gemfile
Browse files Browse the repository at this point in the history
Load developer bundler stuff in the Gemfile
  • Loading branch information
abellotti authored Sep 15, 2017
2 parents 0787827 + 3a6923e commit 6a83d2d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
/tmp/

/spec/manageiq

# ignore included plugins in bundler.d
bundler.d/*
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ else
exit 1
end

# Load other additional Gemfiles
# Developers can create a file ending in .rb under bundler.d/ to specify additional development dependencies
Dir.glob(File.join(__dir__, 'bundler.d/*.rb')).each { |f| eval_gemfile(File.expand_path(f, __dir__)) }
Empty file added bundler.d/.keep
Empty file.

0 comments on commit 6a83d2d

Please sign in to comment.