PS C:\Users\josh\projects\puppetdeps> git diff |
diff --git a/Gemfile b/Gemfile |
index 2b74691..120984b 100644 |
--- a/Gemfile |
+++ b/Gemfile |
@@ -5,6 +5,8 @@ source "https://rubygems.org" |
# Specify your gem's dependencies in puppetdeps.gemspec |
gemspec |
|
+gem "puppet", git: "https://github.com/puppetlabs/puppet", branch: "6.x" |
+ |
gem "rake", "~> 13.0" |
|
gem "minitest", "~> 5.0" |
PS C:\Users\josh\projects\puppetdeps> Remove-Item .\.bundle -Recurse -Force |
PS C:\Users\josh\projects\puppetdeps> Remove-Item Gemfile.lock |
PS C:\Users\josh\projects\puppetdeps> bundle install --path .bundle |
[DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set path '.bundle'`, and stop using this flag |
Fetching https://github.com/puppetlabs/puppet |
Fetching gem metadata from https://rubygems.org/....... |
Resolving dependencies... |
Fetching rake 13.0.3 |
Installing rake 13.0.3 |
Fetching CFPropertyList 2.3.6 |
Installing CFPropertyList 2.3.6 |
Using bundler 2.1.4 |
Fetching concurrent-ruby 1.1.8 |
Installing concurrent-ruby 1.1.8 |
Fetching deep_merge 1.2.1 |
Installing deep_merge 1.2.1 |
Fetching hocon 1.3.1 |
Installing hocon 1.3.1 |
Fetching thor 1.1.0 |
Installing thor 1.1.0 |
Fetching facter 4.0.51 |
Installing facter 4.0.51 |
Fetching fast_gettext 1.8.0 |
Installing fast_gettext 1.8.0 |
Fetching ffi 1.15.0 (x64-mingw32) |
Installing ffi 1.15.0 (x64-mingw32) |
Fetching hiera 3.6.0 |
Installing hiera 3.6.0 |
Fetching httpclient 2.8.3 |
Installing httpclient 2.8.3 |
Fetching locale 2.1.3 |
Installing locale 2.1.3 |
Fetching minitar 0.9 |
Installing minitar 0.9 |
Fetching minitest 5.14.4 |
Installing minitest 5.14.4 |
Fetching multi_json 1.15.0 |
Installing multi_json 1.15.0 |
Fetching semantic_puppet 1.0.3 |
Installing semantic_puppet 1.0.3 |
Fetching win32-dir 0.4.9 |
Installing win32-dir 0.4.9 |
Fetching win32-process 0.7.5 |
Installing win32-process 0.7.5 |
Fetching win32-security 0.2.5 |
Installing win32-security 0.2.5 |
Fetching win32-service 0.8.8 |
Installing win32-service 0.8.8 |
Using puppet 6.22.0 from https://github.com/puppetlabs/puppet (at 6.x@72955cc) |
Using puppetdeps 0.1.0 from source at `.` |
Bundle complete! 4 Gemfile dependencies, 23 gems now installed. |
Bundled gems are installed into `./.bundle` |
Post-install message from minitar: |
The `minitar` executable is no longer bundled with `minitar`. If you are |
expecting this executable, make sure you also install `minitar-cli`.
|