Skip to content

Commit

Permalink
pin rexml as a result of ruby/rexml#131
Browse files Browse the repository at this point in the history
  • Loading branch information
bdwyertech committed May 17, 2024
1 parent af36347 commit dc1b052
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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)
Expand Down

0 comments on commit dc1b052

Please sign in to comment.