diff --git a/Gemfile b/Gemfile index d34a89f..d230b9b 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ end group :production do gem 'os', '~> 1.0' gem 'puppet', puppetversion - gem 'r10k', '~> 2.5' + gem 'r10k', '~> 3.3' gem 'rugged', '~> 0.26' gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3' end diff --git a/Gemfile.lock b/Gemfile.lock index 7f6928e..6d5244a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,14 +6,13 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.0) colored (1.2) - cri (2.6.1) - colored (~> 1.2) + cri (2.15.6) diff-lcs (1.3) equatable (0.6.1) facter (2.5.6) facter (2.5.6-universal-darwin) CFPropertyList (~> 2.2) - faraday (0.13.1) + faraday (0.14.0) multipart-post (>= 1.2, < 3) faraday_middleware (0.12.2) faraday (>= 0.7.4, < 1.0) @@ -85,8 +84,8 @@ GEM puppet-lint (>= 1.0, < 3.0) puppet-syntax (2.6.0) rake - puppet_forge (2.2.9) - faraday (>= 0.9.0, < 0.14.0) + puppet_forge (2.3.1) + faraday (>= 0.9.0, < 0.15.0, != 0.13.1) faraday_middleware (>= 0.9.0, < 0.13.0) gettext-setup (~> 0.11) minitar @@ -97,13 +96,13 @@ GEM puppet-lint (~> 2.0) puppet-syntax (~> 2.0) rspec-puppet (~> 2.0) - r10k (2.6.7) + r10k (3.3.3) colored (= 1.2) - cri (~> 2.6.1) - gettext-setup (~> 0.5) + cri (= 2.15.6) + gettext-setup (~> 0.24) log4r (= 1.1.10) multi_json (~> 1.10) - puppet_forge (~> 2.2.8) + puppet_forge (~> 2.3.0) rainbow (3.0.0) rake (13.0.1) rspec (3.9.0) @@ -179,7 +178,7 @@ DEPENDENCIES puppet-lint-unquoted_string-check (~> 1.0) puppet-lint-variable_contains_upcase (~> 1.2) puppetlabs_spec_helper (~> 2.3) - r10k (~> 2.5) + r10k (~> 3.3) rspec-puppet (~> 2.6) rubocop (~> 0.78) rugged (~> 0.26)