Skip to content

Commit

Permalink
Merge pull request #176 from voxpupuli/afisher_update_dependencies
Browse files Browse the repository at this point in the history
Allow puppet/archive 4.x and puppetlabs/stdlib 6.x
  • Loading branch information
bastelfreak committed May 29, 2019
2 parents fa9bce3 + 8c752fe commit 69d9cae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions metadata.json
Expand Up @@ -10,11 +10,11 @@
"dependencies": [
{
"name": "puppet/archive",
"version_requirement": ">= 1.0.1 < 4.0.0"
"version_requirement": ">= 1.0.1 < 5.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.20.0 < 6.0.0"
"version_requirement": ">= 4.20.0 < 7.0.0"
}
],
"operatingsystem_support": [
Expand Down
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Expand Up @@ -8,7 +8,7 @@
install_module_dependencies

# Install additional modules for soft deps
install_module_from_forge('puppetlabs-apt', '>= 4.1.0 < 7.0.0')
install_module_from_forge('puppetlabs-apt', '>= 4.1.0 < 8.0.0')

RSpec.configure do |c|
# Readable test descriptions
Expand Down

0 comments on commit 69d9cae

Please sign in to comment.