8000 (CAT-1871) Pin rexml due to issues on Windows · puppetlabs/pdk@64404bf · GitHub
[go: up one dir, main page]

Skip to content

Commit 64404bf

Browse files
committed
(CAT-1871) Pin rexml due to issues on Windows
See issue below: ruby/rexml#131
1 parent f5a5d70 commit 64404bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pdk.gemspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,9 @@ Gem::Specification.new do |spec|
4747
spec.add_runtime_dependency 'json_pure', '~> 2.6.3'
4848
spec.add_runtime_dependency 'pathspec', '~> 1.1'
4949

50+
# Exclusions
51+
# Excluding due to these versions breaking on Windows: https://github.com/ruby/rexml/issues/131
52+
spec.add_runtime_dependency 'rexml', '>= 3.0.0', '< 3.2.7'
53+
5054
spec.metadata['rubygems_mfa_required'] = 'true'
5155
end

0 commit comments

Comments
 (0)
0