File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 cfa-eng-cli (0.1.0 )
1313 aws-sdk-ec2 (~> 1.614 )
1414 aws-sdk-ssm (~> 1.212 )
15- libxml-ruby (~> 6 .0 )
15+ libxml-ruby (~> 5 .0 )
1616 thor (~> 1.5 )
1717
1818GEM
4545 jmespath (1.6.2 )
4646 json (2.19.5 )
4747 language_server-protocol (3.17.0.5 )
48- libxml-ruby (6 .0.0 )
48+ libxml-ruby (5 .0.6 )
4949 lint_roller (1.1.0 )
5050 logger (1.7.0 )
5151 parallel (2.1.0 )
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Gem::Specification.new do |s|
2525 s . add_dependency 'aws-sdk-ec2' , '~> 1.614'
2626 s . add_dependency 'aws-sdk-ssm' , '~> 1.212'
2727 # s.add_dependency 'configsl', '~> 1.0'
28- s . add_dependency 'libxml-ruby' , '~> 6.0'
28+ # aws-sdk-core doesn't support libxml-ruby 6.0 yet.
29+ s . add_dependency 'libxml-ruby' , '~> 5.0'
2930 s . add_dependency 'thor' , '~> 1.5'
3031end
You can’t perform that action at this time.
0 commit comments