From fa655ff21b19edad9371ca93444a5beb0c931967 Mon Sep 17 00:00:00 2001 From: "cultivator[bot]" <343217+cultivator[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 00:03:30 +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'