8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a5d70 commit 64404bfCopy full SHA for 64404bf
pdk.gemspec
@@ -47,5 +47,9 @@ Gem::Specification.new do |spec|
47
spec.add_runtime_dependency 'json_pure', '~> 2.6.3'
48
spec.add_runtime_dependency 'pathspec', '~> 1.1'
49
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
+
54
spec.metadata['rubygems_mfa_required'] = 'true'
55
end
0 commit comments