4.0.0 Release
- Updated to work with Facter 2.5 based on updates to the
rubygem-simp-rspec-puppet-facts
gem- The facts in this gem changed which should not cause issues but was big enough for a breaking change version bump
- Pinned the gem to
bundler '~> 1.14.0'
for supporting builds on FIPS enabled systems
To Work with Travis CI
You will need to make the following changes to your .travis.yml
to make Travis work with the correct bundler:
before_install:
- rm Gemfile.lock || true
- rvm @global do gem uninstall bundler -a -x
- rvm @global do gem install bundler -v '~> 1.14.0'