Skip to content

Commit a3a7108

Browse files
authored
chore: update json and aws-sdk-* gems (#21)
The version of `json` and `aws-sdk-ec2` we're using depend implicitly on `ostruct` and `logger` respectively which is not available out of the box in the latest version of Ruby, so updating these gems gets CI passing again
1 parent 153a871 commit a3a7108

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

Gemfile.lock

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,32 @@ GEM
99
remote: https://rubygems.org/
1010
specs:
1111
ast (2.4.2)
12-
aws-eventstream (1.2.0)
13-
aws-partitions (1.619.0)
14-
aws-sdk-core (3.132.0)
15-
aws-eventstream (~> 1, >= 1.0.2)
16-
aws-partitions (~> 1, >= 1.525.0)
17-
aws-sigv4 (~> 1.1)
12+
aws-eventstream (1.4.0)
13+
aws-partitions (1.1172.0)
14+
aws-sdk-core (3.233.0)
15+
aws-eventstream (~> 1, >= 1.3.0)
16+
aws-partitions (~> 1, >= 1.992.0)
17+
aws-sigv4 (~> 1.9)
18+
base64
19+
bigdecimal
1820
jmespath (~> 1, >= 1.6.1)
19-
aws-sdk-ec2 (1.327.0)
20-
aws-sdk-core (~> 3, >= 3.127.0)
21-
aws-sigv4 (~> 1.1)
21+
logger
22+
aws-sdk-ec2 (1.562.0)
23+
aws-sdk-core (~> 3, >= 3.231.0)
24+
aws-sigv4 (~> 1.5)
2225
aws-sdk-ssm (1.138.0)
2326
aws-sdk-core (~> 3, >= 3.127.0)
2427
aws-sigv4 (~> 1.1)
25-
aws-sigv4 (1.5.1)
28+
aws-sigv4 (1.12.1)
2629
aws-eventstream (~> 1, >= 1.0.2)
2730
base64 (0.1.1)
31+
bigdecimal (3.3.1)
2832
diff-lcs (1.5.0)
2933
docile (1.4.0)
30-
jmespath (1.6.1)
31-
json (2.6.3)
34+
jmespath (1.6.2)
35+
json (2.15.1)
3236
language_server-protocol (3.17.0.3)
37+
logger (1.7.0)
3338
parallel (1.23.0)
3439
parser (3.2.2.3)
3540
ast (~> 2.4.1)

0 commit comments

Comments
 (0)