diff --git a/Gemfile b/Gemfile index 1c42e06..70dec18 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ end group :production do gem 'os', '~> 1.0' gem 'puppet', puppetversion - gem 'r10k', '~> 3.3' + gem 'r10k', '~> 3.4' gem 'rugged', '~> 0.26' gem 'xmlrpc', '~> 0.3.0' if RUBY_VERSION >= '2.3' end diff --git a/Gemfile.lock b/Gemfile.lock index 00e44f5..160b19e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ GEM addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) ast (2.4.0) - colored (1.2) + colored2 (3.1.2) cri (2.15.6) diff-lcs (1.3) equatable (0.6.1) @@ -20,9 +20,9 @@ GEM gettext (3.2.9) locale (>= 2.0.5) text (>= 1.3.0) - gettext-setup (0.31) + gettext-setup (0.34) fast_gettext (~> 1.1.0) - gettext (>= 3.0.2) + gettext (>= 3.0.2, < 3.3.0) locale hiera (3.6.0) jaro_winkler (1.5.4) @@ -96,8 +96,8 @@ GEM puppet-lint (~> 2.0) puppet-syntax (~> 2.0) rspec-puppet (~> 2.0) - r10k (3.3.3) - colored (= 1.2) + r10k (3.4.0) + colored2 (= 3.1.2) cri (= 2.15.6) gettext-setup (~> 0.24) log4r (= 1.1.10) @@ -178,7 +178,7 @@ DEPENDENCIES puppet-lint-unquoted_string-check (~> 1.0) puppet-lint-variable_contains_upcase (~> 1.2) puppetlabs_spec_helper (~> 2.3) - r10k (~> 3.3) + r10k (~> 3.4) rspec-puppet (~> 2.6) rubocop (~> 0.79) rugged (~> 0.26)