Skip to content

Commit

Permalink
set stdlib requirement to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Apr 23, 2015
1 parent 3ffe96b commit 27e37a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fixtures:
repositories:
stdlib:
repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
ref: '4.2.0'
ref: '4.6.0'
shell_config: 'http://tig.csail.mit.edu/git-public/shell_config.git/'
symlinks:
smartd: "#{source_dir}"
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{ "operatingsystem": "FreeBSD" }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0 < 5.0.0" },
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 < 5.0.0" },
{ "name": "csail/shell_config", "version_requirement": ">= 0.0.1" }
]
}

0 comments on commit 27e37a1

Please sign in to comment.