Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ad8bdba

Browse files
committedNov 2, 2024
chore: bump up version of the agent to 1.7.1
1 parent 5be6b12 commit ad8bdba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎codedeploy_agent.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'aws_codedeploy_agent'
3-
spec.version = '1.7.0'
3+
spec.version = '1.7.1'
44
spec.summary = 'Packages AWS CodeDeploy agent libraries'
55
spec.description = 'AWS CodeDeploy agent is responsible for doing the actual work of deploying software on an individual EC2 instance'
66
spec.author = 'Amazon Web Services'
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313

1414
spec.add_dependency('gli', '~> 2.21')
1515
spec.add_dependency('json_pure', '~> 1.6')
16-
spec.add_dependency('archive-tar-minitar', '~> 0.5.2')
16+
spec.add_dependency('minitar', '~> 0.6.1')
1717
spec.add_dependency('rubyzip', '~> 1.3.0')
1818
spec.add_dependency('logging', '~> 2.2')
1919
spec.add_dependency('aws-sdk-core', '~> 3')

0 commit comments

Comments
 (0)
Please sign in to comment.