Skip to content

Commit

Permalink
comment rexml now included in pdk
Browse files Browse the repository at this point in the history
  • Loading branch information
trefzer committed Sep 14, 2024
1 parent e63efb5 commit cc36aca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Gemfile:
':development':
- gem: 'puppet-blacksmith'
- gem: 'github_changelog_generator'
- gem: 'rexml'
version: '~> 3.2'
condition: "Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3')"
# - gem: 'rexml'
# version: '~> 3.2'
# condition: "Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3')"
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ group :development do
gem "rexml", '>= 3.0.0', '< 3.2.7', require: false
gem "puppet-blacksmith", require: false
gem "github_changelog_generator", require: false
gem "rexml", '~> 3.2', require: false if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3')
end
group :development, :release_prep do
gem "puppet-strings", '~> 4.0', require: false
Expand Down

0 comments on commit cc36aca

Please sign in to comment.