Skip to content

Commit

Permalink
[concat] pin dependencies. (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
truthbk authored Apr 19, 2017
1 parent d8f40d8 commit 783f5cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ fixtures:
stdlib:
repo: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
ref: "4.12.0"
concat: "git://github.com/puppetlabs/puppetlabs-concat.git"
concat:
repo: "git://github.com/puppetlabs/puppetlabs-concat.git"
ref: "2.2.0"
ruby: "git://github.com/puppetlabs/puppetlabs-ruby.git"
remote_file: "git://github.com/lwf/puppet-remote_file.git"
symlinks:
Expand Down
4 changes: 4 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
"name": "puppetlabs/ruby",
"version_requirement": ">=0.2.0 <1.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": "2.2.0"
},
{
"name": "lwf/remote_file",
"version_requirement": ">=1.1.3"
Expand Down

0 comments on commit 783f5cc

Please sign in to comment.