summaryrefslogtreecommitdiff
path: root/.fixtures.yml
diff options
context:
space:
mode:
authorDaniele Sluijters <daenney@users.noreply.github.com>2015-04-22 15:34:53 +0200
committerDaniele Sluijters <daenney@users.noreply.github.com>2015-04-22 15:34:53 +0200
commit355e766457c8546f234758c0fa55e3f2c8f32b03 (patch)
treeb7dd63d16f9fd58ed070d91741ca7f6269ee3977 /.fixtures.yml
parentb6ca1665241485ce57d5be3131f8b0e987313695 (diff)
init: Turn size into a single value.
The `size` hash could only ever have the `max` key so it makes more sense to have this as a plain value. This also upgrades the dependency on stdlib to 4.6.0 since we're using the new `validate_integer` function.
Diffstat (limited to '.fixtures.yml')
-rw-r--r--.fixtures.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.fixtures.yml b/.fixtures.yml
index 89a888a..5326b19 100644
--- a/.fixtures.yml
+++ b/.fixtures.yml
@@ -2,7 +2,7 @@ fixtures:
forge_modules:
stdlib:
repo: "puppetlabs-stdlib"
- ref: "4.5.1"
+ ref: "4.6.0"
repositories:
apt:
repo: "https://github.com/puppetlabs/puppetlabs-apt.git"