From dc1b052f02585234f7bfe0d2bb9406666b06c55f Mon Sep 17 00:00:00 2001 From: Brian Dwyer <2973273+bdwyertech@users.noreply.github.com> Date: Fri, 17 May 2024 11:32:00 +0000 Subject: [PATCH] pin rexml as a result of https://github.com/ruby/rexml/issues/131 --- CHANGELOG.md | 4 ++++ metadata.rb | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2eb81f..a21bb61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 3.2.6 / 2024-05-17 + +* pin rexml as a result of https://github.com/ruby/rexml/issues/131 + # 3.2.5 / 2021-05-07 * fix keyword arguments in chef 17 diff --git a/metadata.rb b/metadata.rb index 2a68412..0d29cb3 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'chef cookbook for managing linux systems via systemd' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '3.2.5' +version '3.2.6' chef_version '>= 12.19' if respond_to?(:chef_version) supports 'arch' @@ -15,6 +15,7 @@ supports p, '>= 7.0' end +gem 'rexml', '<= 3.2.6' if respond_to?(:gem) gem 'dbus-systemd', '~> 1.1' if respond_to?(:gem) source_url 'https://github.com/nathwill/chef-systemd' if respond_to?(:source_url)