Skip to content

Commit

Permalink
(CAT-1643) Exclude rexml versions due to issues on Windows
Browse files Browse the repository at this point in the history
See issue below:
ruby/rexml#131
  • Loading branch information
david22swan committed May 23, 2024
1 parent f5a5d70 commit 20cff62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,9 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'json_pure', '~> 2.6.3'
spec.add_runtime_dependency 'pathspec', '~> 1.1'

# Exclusions
# Excluding due to these versions breaking on Windows: https://github.com/ruby/rexml/issues/131
spec.add_runtime_dependency 'rexml', '!= 3.2.7', '!= 3.2.8'

spec.metadata['rubygems_mfa_required'] = 'true'
end

0 comments on commit 20cff62

Please sign in to comment.