From 2154fc104772e3b7e5aee3e54057d2f9c285aeb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Apr 2021 15:46:42 +0000 Subject: [PATCH] Bump puppet from 3.8.5 to 6.13.0 Bumps [puppet](https://github.com/puppetlabs/puppet) from 3.8.5 to 6.13.0. - [Release notes](https://github.com/puppetlabs/puppet/releases) - [Commits](https://github.com/puppetlabs/puppet/compare/3.8.5...6.13.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 31 ++++++++++++++++++++++--------- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index af470de..5cd8cb2 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'syslogger', git: 'https://github.com/jbussdieker/syslogger.git', :branch => gem 'rails', '4.2.8' gem 'rake', '< 11.0' gem 'mysql2', '0.3.18' -gem 'puppet', '3.8.5' # NOTE: this should match what we are using in production +gem 'puppet', '6.13.0' # NOTE: this should match what we are using in production gem 'safe_yaml', '~> 1.0.4' gem 'mcollective-client' gem 'chartkick' diff --git a/Gemfile.lock b/Gemfile.lock index 9c18ca3..edfd7d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,11 +76,12 @@ GEM crass (1.0.3) database_cleaner (1.6.2) debug_inspector (0.0.3) + deep_merge (1.2.1) diff-lcs (1.3) docile (1.1.5) erubis (2.7.0) execjs (2.7.0) - facter (2.5.1) + facter (2.5.7) factory_bot (4.8.2) activesupport (>= 3.0.0) factory_bot_rails (4.8.2) @@ -88,14 +89,16 @@ GEM railties (>= 3.0.0) faker (1.8.7) i18n (>= 0.7) + fast_gettext (1.8.0) ffi (1.9.23) globalid (0.4.1) activesupport (>= 4.2.0) groupdate (3.2.0) activesupport (>= 3) - hiera (1.3.4) - json_pure + hiera (3.7.0) hike (1.2.3) + hocon (1.3.1) + httpclient (2.8.3) i18n (0.9.5) concurrent-ruby (~> 1.0) jquery-rails (4.3.1) @@ -103,7 +106,6 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.1.0) - json_pure (2.1.0) kaminari (1.0.1) activesupport (>= 4.1.0) kaminari-actionview (= 1.0.1) @@ -117,6 +119,7 @@ GEM kaminari-core (= 1.0.1) kaminari-core (1.0.1) kgio (2.11.0) + locale (2.1.3) loofah (2.2.2) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -137,10 +140,19 @@ GEM protected_attributes (1.1.4) activemodel (>= 4.0.1, < 5.0) public_suffix (3.0.2) - puppet (3.8.5) - facter (> 1.6, < 3) - hiera (~> 1.0) - json_pure + puppet (6.13.0) + concurrent-ruby (~> 1.0) + deep_merge (~> 1.0) + facter (> 2.0.1, < 5) + fast_gettext (~> 1.1) + hiera (>= 3.2.1, < 4) + httpclient (~> 2.8) + locale (~> 2.1) + multi_json (~> 1.10) + puppet-resource_api (~> 1.5) + semantic_puppet (~> 1.0) + puppet-resource_api (1.8.13) + hocon (>= 1.0) rack (1.6.9) rack-test (0.6.3) rack (>= 1.0) @@ -206,6 +218,7 @@ GEM selenium-webdriver (3.11.0) childprocess (~> 0.5) rubyzip (~> 1.2) + semantic_puppet (1.0.3) simplecov (0.14.1) docile (~> 1.1.0) json (>= 1.8, < 3) @@ -262,7 +275,7 @@ DEPENDENCIES mysql2 (= 0.3.18) newrelic_rpm protected_attributes - puppet (= 3.8.5) + puppet (= 6.13.0) rails (= 4.2.8) rails-bootstrap (~> 3.0.0) rake (< 11.0)