Fix Puppetfile to match #542
It looks like #542 updated `Puppetfile.lock` but left `Puppetfile` on the old versions. This is resulting in issues such as #543 for people using the clean repo. This updates Puppetfile to match
This commit is contained in:
parent
61cefb77b6
commit
8567ac1fb3
1 changed files with 10 additions and 10 deletions
20
Puppetfile
20
Puppetfile
|
@ -29,27 +29,27 @@ end
|
|||
# Includes many of our custom types and providers, as well as global
|
||||
# config. Required.
|
||||
|
||||
github "boxen", "3.3.8"
|
||||
github "boxen", "3.4.2"
|
||||
|
||||
# Core modules for a basic development environment. You can replace
|
||||
# some/most of these if you want, but it's not recommended.
|
||||
|
||||
github "dnsmasq", "1.0.1"
|
||||
github "foreman", "1.1.0"
|
||||
github "gcc", "2.0.1"
|
||||
github "git", "1.3.7"
|
||||
github "go", "1.1.0"
|
||||
github "homebrew", "1.6.0"
|
||||
github "foreman", "1.2.0"
|
||||
github "gcc", "2.0.100"
|
||||
github "git", "2.2.1"
|
||||
github "go", "2.0.1"
|
||||
github "homebrew", "1.6.1"
|
||||
github "hub", "1.3.0"
|
||||
github "inifile", "1.0.1", :repo => "puppetlabs/puppetlabs-inifile"
|
||||
github "module-data", "0.0.1", :repo => "ripienaar/puppet-module-data"
|
||||
github "inifile", "1.0.3", :repo => "puppetlabs/puppetlabs-inifile"
|
||||
github "module-data", "0.0.3", :repo => "ripienaar/puppet-module-data"
|
||||
github "nginx", "1.4.3"
|
||||
github "nodejs", "3.5.0"
|
||||
github "nodejs", "3.6.0"
|
||||
github "openssl", "1.0.0"
|
||||
github "phantomjs", "2.1.0"
|
||||
github "pkgconfig", "1.0.0"
|
||||
github "repository", "2.3.0"
|
||||
github "ruby", "7.1.6"
|
||||
github "ruby", "7.2.4"
|
||||
github "stdlib", "4.1.0", :repo => "puppetlabs/puppetlabs-stdlib"
|
||||
github "sudo", "1.0.0"
|
||||
github "xquartz", "1.1.1"
|
||||
|
|
Loading…
Reference in a new issue