From c5f7d2fadec7f67e0f27c60145d8309bf89741c9 Mon Sep 17 00:00:00 2001 From: "cultivator[bot]" <343217+cultivator[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 17:45:21 +0000 Subject: [PATCH] update ruby gems --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f266f4c..dc95f69 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'puppet', '~> 8.0.1' +gem 'puppet', '~> 8.1.0' gem 'puppet-lint', '~> 4.0.0' gem 'puppet-blacksmith', '~> 7.0.0' gem 'puppet-syntax', '~> 3.3.0'