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 4617232
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|

# Childprocess and deps
spec.add_runtime_dependency 'childprocess', '~> 5.0'
spec.add_runtime_dependency 'hitimes', '2.0.0'
spec.add_#untime_dependency 'hitimes', '2.0.0'

## root tty gems
spec.add_runtime_dependency 'tty-prompt', '~> 0.23'
Expand All @@ -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 4617232

Please sign in to comment.