Skip to content

Commit ad05706

Browse files
build(deps): Bump the production group across 1 directory with 2 updates
Updates the requirements on [aws-sdk-ec2](https://github.com/aws/aws-sdk-ruby) and [libxml-ruby](https://xml4r.github.io/libxml-ruby/) to permit the latest version. Updates `aws-sdk-ec2` from 1.614.0 to 1.615.0 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-ec2/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) Updates `libxml-ruby` from 5.0.6 to 6.0.0 --- updated-dependencies: - dependency-name: aws-sdk-ec2 dependency-version: 1.615.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: libxml-ruby dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 212950e commit ad05706

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ PATH
1212
cfa-eng-cli (0.1.0)
1313
aws-sdk-ec2 (~> 1.614)
1414
aws-sdk-ssm (~> 1.212)
15-
libxml-ruby (~> 5.0)
15+
libxml-ruby (>= 5, < 7)
1616
thor (~> 1.5)
1717

1818
GEM
1919
remote: https://rubygems.org/
2020
specs:
2121
ast (2.4.3)
2222
aws-eventstream (1.4.0)
23-
aws-partitions (1.1245.0)
23+
aws-partitions (1.1246.0)
2424
aws-sdk-core (3.246.0)
2525
aws-eventstream (~> 1, >= 1.3.0)
2626
aws-partitions (~> 1, >= 1.992.0)
@@ -29,7 +29,7 @@ GEM
2929
bigdecimal
3030
jmespath (~> 1, >= 1.6.1)
3131
logger
32-
aws-sdk-ec2 (1.614.0)
32+
aws-sdk-ec2 (1.615.0)
3333
aws-sdk-core (~> 3, >= 3.244.0)
3434
aws-sigv4 (~> 1.5)
3535
aws-sdk-ssm (1.212.0)
@@ -45,7 +45,7 @@ GEM
4545
jmespath (1.6.2)
4646
json (2.19.5)
4747
language_server-protocol (3.17.0.5)
48-
libxml-ruby (5.0.6)
48+
libxml-ruby (6.0.0)
4949
lint_roller (1.1.0)
5050
logger (1.7.0)
5151
parallel (2.1.0)

cfa-eng-cli.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ Gem::Specification.new do |s|
2626
s.add_dependency 'aws-sdk-ssm', '~> 1.212'
2727
# s.add_dependency 'configsl', '~> 1.0'
2828
# aws-sdk-core doesn't support libxml-ruby 6.0 yet.
29-
s.add_dependency 'libxml-ruby', '~> 5.0'
29+
s.add_dependency 'libxml-ruby', '>= 5', '< 7'
3030
s.add_dependency 'thor', '~> 1.5'
3131
end

0 commit comments

Comments
 (0)