forked from puppetlabs/puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#15464) Exclude gem command from bundler
This patch simply excludes the `gem` command from the dependency handling of Bundler with the `rubygems-bundler` gem installed. This patch also updates the README to describe the resolution to the spec test failures we've been seeing when Puppet contains a Gemfile in the project root. To summarize: Use of RVM is considered dangerous We're able to work around the problem, but the hijacking of shell builtin commands is a maintenance burden we're not willing to shoulder, hence RVM being considered a dangerous tool.
- Loading branch information
Jeff McCune
committed
Aug 20, 2012
1 parent
54ea4fe
commit 48a9cc2
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
exclude: | ||
- gem | ||
- rake | ||
- rspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters