Skip to content

Commit

Permalink
lock rexml to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmenon95 committed Jul 10, 2024
1 parent f491e25 commit 71e13f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfn-guardian.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'aws-sdk-codecommit', '~> 1.53', '<2'
spec.add_dependency 'aws-sdk-codepipeline', '~> 1.55', '<2'

spec.add_runtime_dependency('rexml', '>= 0')
spec.add_runtime_dependency('rexml', '3.3.0')

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit 71e13f9

Please sign in to comment.