File tree 3 files changed +14
-10
lines changed
3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 23
23
aws-partitions (~> 1 , >= 1.651.0 )
24
24
aws-sigv4 (~> 1.9 )
25
25
jmespath (~> 1 , >= 1.6.1 )
26
- aws-sdk-kms (1.92 .0 )
26
+ aws-sdk-kms (1.93 .0 )
27
27
aws-sdk-core (~> 3 , >= 3.207.0 )
28
28
aws-sigv4 (~> 1.5 )
29
- aws-sdk-s3 (1.164 .0 )
29
+ aws-sdk-s3 (1.165 .0 )
30
30
aws-sdk-core (~> 3 , >= 3.207.0 )
31
31
aws-sdk-kms (~> 1 )
32
32
aws-sigv4 (~> 1.5 )
33
33
aws-sigv4 (1.10.0 )
34
34
aws-eventstream (~> 1 , >= 1.0.2 )
35
35
base64 (0.2.0 )
36
- docile (1.4.0 )
36
+ docile (1.4.1 )
37
37
fast_underscore (0.3.4 )
38
38
hollaback (0.1.1 )
39
39
jmespath (1.6.2 )
40
40
json (2.7.2 )
41
41
language_server-protocol (3.17.0.3 )
42
+ mini_portile2 (2.8.7 )
42
43
minitest (5.25.1 )
43
- nokogiri (1.16.7-arm64-darwin )
44
- racc (~> 1.4 )
45
- nokogiri (1.16.7-x86_64-linux )
44
+ nokogiri (1.16.7 )
45
+ mini_portile2 (~> 2.8.2 )
46
46
racc (~> 1.4 )
47
47
parallel (1.26.3 )
48
- parser (3.3.4.2 )
48
+ parser (3.3.5.0 )
49
49
ast (~> 2.4.1 )
50
50
racc
51
51
prettier_print (1.2.1 )
63
63
rubocop-ast (>= 1.32.2 , < 2.0 )
64
64
ruby-progressbar (~> 1.7 )
65
65
unicode-display_width (>= 2.4.0 , < 3.0 )
66
- rubocop-ast (1.32.2 )
66
+ rubocop-ast (1.32.3 )
67
67
parser (>= 3.3.1.0 )
68
68
ruby-progressbar (1.13.0 )
69
69
simplecov (0.22.0 )
70
70
docile (~> 1.1 )
71
71
simplecov-html (~> 0.11 )
72
72
simplecov_json_formatter (~> 0.1 )
73
- simplecov-html (0.12.3 )
73
+ simplecov-html (0.13.1 )
74
74
simplecov_json_formatter (0.1.4 )
75
75
syntax_tree (6.2.0 )
76
76
prettier_print (>= 1.2.0 )
77
77
thor (1.3.2 )
78
78
thor-hollaback (0.2.1 )
79
79
hollaback (~> 0.1 )
80
80
thor (>= 0.19.1 )
81
- unicode-display_width (2.5 .0 )
81
+ unicode-display_width (2.6 .0 )
82
82
yard (0.9.37 )
83
83
84
84
PLATFORMS
Original file line number Diff line number Diff line change @@ -238,6 +238,8 @@ def test_valid_stack_too_large
238
238
private
239
239
240
240
def build_stack
241
+ Aws ::S3 . const_get ( :Client ) # temporary fix for aws-sdk-s3 1.165.0
242
+
241
243
Stack
242
244
. new ( name : "stack-name" )
243
245
. tap do |stack |
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ def test_upload
43
43
}
44
44
)
45
45
46
+ Aws ::S3 . const_get ( :Client ) # temporary fix for aws-sdk-s3 1.165.0
47
+
46
48
with_config s3_bucket : "foobar" do
47
49
Directory . new ( "alpha" ) . upload
48
50
end
You can’t perform that action at this time.
0 commit comments