Skip to content

Commit 18a0bf0

Browse files
authored
Update rubyzip to latest version, fixing can't dup NilClass
`rubyzip` fails on some files (specifically tested zip files created with Rust). This means the`CodeDeploy` agent always failson those zips. The zip is valid and Finder on macOS unzips it fine. The bug appears to already be fixed in the latest `rubyzip`: * rubyzip/rubyzip#82 More than a couple people are seeing this issue: * https://forums.aws.amazon.com/thread.jspa?threadID=210427&tstart=0 * https://discuss.circleci.com/t/aws-codedeploy-cant-dup-nilclass-in-downloadbundle/3014
1 parent 29d4ff4 commit 18a0bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codedeploy_agent-1.1.0.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.add_dependency('gli', '~> 2.5')
1313
spec.add_dependency('json_pure', '~> 1.6')
1414
spec.add_dependency('archive-tar-minitar', '~> 0.5.2')
15-
spec.add_dependency('rubyzip', '~> 1.1.0')
15+
spec.add_dependency('rubyzip', '~> 1.2.1')
1616
spec.add_dependency('rake', '~> 0.9')
1717
spec.add_dependency('logging', '~> 1.8')
1818
spec.add_dependency('aws-sdk-core', '~> 2.7.1')

0 commit comments

Comments
 (0)