-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(SIMP-3466) Update to support facter 2.5 (#86)
* (SIMP-3466) Update to support facter 2.5 This pulls in simp-rspec-puppet-facts 2.0.0 which is a breaking change since all of the facts were updated. SIMP-3466 #comment update to support facter 2.5 * bump puppetlabs_spec_helper * pin to FIPS compatible bundler * pin bundler version in travis * need to remove bundler via RVM * need to install global Bundler via RVM * typing is hard * Added reasoning behind bundler pinning
- Loading branch information
1 parent
6b4f3fe
commit fb3fb2f
Showing
4 changed files
with
14 additions
and
5 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
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
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 |
---|---|---|
|
@@ -2,5 +2,5 @@ module Simp; end | |
module Simp::Rake; end | ||
|
||
class Simp::Rake::Helpers | ||
VERSION = '3.7.1' | ||
VERSION = '4.0.0' | ||
end |
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