Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
* Use rspec-puppet 2.1+ (which now supports Puppet 4)
* No longer allow the Puppet 4 builds to fail (the tests can run now)
* Use the released version of the apt module
  • Loading branch information
daenney committed Apr 23, 2015
1 parent e21c0c7 commit d0ed95f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .fixtures.yml
Expand Up @@ -3,9 +3,8 @@ fixtures:
stdlib:
repo: "puppetlabs-stdlib"
ref: "4.6.0"
repositories:
apt:
repo: "https://github.com/puppetlabs/puppetlabs-apt.git"
repo: "puppetlabs-apt"
ref: "2.0.0"
symlinks:
unattended_upgrades: "#{source_dir}"
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -13,8 +13,6 @@ matrix:
env: PUPPET_VERSION="~> 3.0" STRICT_VARIABLES="yes" ORDERING="random" FUTURE_PARSER="yes"
- rvm: 2.1
env: PUPPET_VERSION="~> 4.0" ORDERING="random"
allow_failures:
- env: PUPPET_VERSION="~> 4.0" ORDERING="random"
notifications:
email: false

Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -3,7 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## Changed
- Tested on Puppet 4

## [1.0.2] - 2015-04-22
### Changed
Expand All @@ -20,6 +21,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- README with full documentation.
- Boilerplate such as Gemfile, Travis configuration, LICENSE and so on.

[unreleased]: https://github.com/puppet-community/puppet-unattended_upgrades/compare/1.0.1...HEAD
[unreleased]: https://github.com/puppet-community/puppet-unattended_upgrades/compare/1.0.2...HEAD
[1.0.2]: https://github.com/puppet-community/puppet-unattended_upgrades/compare/1.0.2...1.0.1
[1.0.1]: https://github.com/puppet-community/puppet-unattended_upgrades/compare/1.0.1...1.0.0
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@ group :test do
gem "rake"
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.7.0'
gem "rspec", '< 3.2.0'
gem "rspec-puppet", :git => 'https://github.com/rodjek/rspec-puppet.git'
gem "rspec-puppet", '~> 2.1.0'
gem "puppetlabs_spec_helper"
gem "metadata-json-lint"
gem "rspec-puppet-facts"
Expand Down

0 comments on commit d0ed95f

Please sign in to comment.