Skip to content

Commit

Permalink
chore: bump up version of the agent to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolastremblay1 committed Nov 2, 2024
1 parent 5be6b12 commit ad8bdba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codedeploy_agent.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'aws_codedeploy_agent'
spec.version = '1.7.0'
spec.version = '1.7.1'
spec.summary = 'Packages AWS CodeDeploy agent libraries'
spec.description = 'AWS CodeDeploy agent is responsible for doing the actual work of deploying software on an individual EC2 instance'
spec.author = 'Amazon Web Services'
Expand All @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|

spec.add_dependency('gli', '~> 2.21')
spec.add_dependency('json_pure', '~> 1.6')
spec.add_dependency('archive-tar-minitar', '~> 0.5.2')
spec.add_dependency('minitar', '~> 0.6.1')
spec.add_dependency('rubyzip', '~> 1.3.0')
spec.add_dependency('logging', '~> 2.2')
spec.add_dependency('aws-sdk-core', '~> 3')
Expand Down

0 comments on commit ad8bdba

Please sign in to comment.