aws-sdk-pcs 1.19.0 → 1.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3bf741f90ef49701c9ccbd2ac3ec235aa2b607ee4e859f86957bac061ee44378
4
- data.tar.gz: baad19e0ce0d8d1cb67a4c52d60936dc146663c9632d2b32b3f07ce83b580c19
3
+ metadata.gz: 6097c65955fa5412d3a5c72515d0ebd2845ad12c45a36debeb86da9cbf024ad2
4
+ data.tar.gz: ec22be556942dab91a374c86a19e2d1c0056b298693bbce0596c6765e9deb7eb
5
5
  SHA512:
6
- metadata.gz: 035b359b9768076bcfd7168d99f07215f3bb89701788b2fedc28c99fd3cd54fb85be63add0502507b6fd33891cf0982c567d0b9c1bfe45ee068b711e5cbcaae5
7
- data.tar.gz: cc94b4d020924354a313fe239cbd6f56079faf24c75e669db345a9ad3e14448367dfdb38d99b1c3dd07024a3d007d8292109283e590a8afee9b2c85de9640640
6
+ metadata.gz: dd6dcd11120f8d2d2c2a128aa25b116cbdd546b4237a373d5f913ed910b9f7b15477f36e47203b5d024726b4422afac3e1e6392ec1cab872ff5c7112c467f245
7
+ data.tar.gz: 91597183951d9e2c1afe485d77f89ca4eaa2ae68512e336687b54b78288b9fd7181b5b83e88273a46532959475ca3bacf401b8c9dfe8ab2f4b9a45c9b467306f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Introduces SUSPENDING and SUSPENDED states for clusters, compute node groups, and queues.
8
+
4
9
  1.19.0 (2025-05-15)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -572,7 +572,7 @@ module Aws::PCS
572
572
  # resp.cluster.name #=> String
573
573
  # resp.cluster.id #=> String
574
574
  # resp.cluster.arn #=> String
575
- # resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
575
+ # resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
576
576
  # resp.cluster.created_at #=> Time
577
577
  # resp.cluster.modified_at #=> Time
578
578
  # resp.cluster.scheduler.type #=> String, one of "SLURM"
@@ -751,7 +751,7 @@ module Aws::PCS
751
751
  # resp.compute_node_group.cluster_id #=> String
752
752
  # resp.compute_node_group.created_at #=> Time
753
753
  # resp.compute_node_group.modified_at #=> Time
754
- # resp.compute_node_group.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED"
754
+ # resp.compute_node_group.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED", "SUSPENDING", "SUSPENDED"
755
755
  # resp.compute_node_group.ami_id #=> String
756
756
  # resp.compute_node_group.subnet_ids #=> Array
757
757
  # resp.compute_node_group.subnet_ids[0] #=> String
@@ -838,7 +838,7 @@ module Aws::PCS
838
838
  # resp.queue.cluster_id #=> String
839
839
  # resp.queue.created_at #=> Time
840
840
  # resp.queue.modified_at #=> Time
841
- # resp.queue.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
841
+ # resp.queue.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
842
842
  # resp.queue.compute_node_group_configurations #=> Array
843
843
  # resp.queue.compute_node_group_configurations[0].compute_node_group_id #=> String
844
844
  # resp.queue.error_info #=> Array
@@ -994,7 +994,7 @@ module Aws::PCS
994
994
  # resp.cluster.name #=> String
995
995
  # resp.cluster.id #=> String
996
996
  # resp.cluster.arn #=> String
997
- # resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
997
+ # resp.cluster.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
998
998
  # resp.cluster.created_at #=> Time
999
999
  # resp.cluster.modified_at #=> Time
1000
1000
  # resp.cluster.scheduler.type #=> String, one of "SLURM"
@@ -1059,7 +1059,7 @@ module Aws::PCS
1059
1059
  # resp.compute_node_group.cluster_id #=> String
1060
1060
  # resp.compute_node_group.created_at #=> Time
1061
1061
  # resp.compute_node_group.modified_at #=> Time
1062
- # resp.compute_node_group.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED"
1062
+ # resp.compute_node_group.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED", "SUSPENDING", "SUSPENDED"
1063
1063
  # resp.compute_node_group.ami_id #=> String
1064
1064
  # resp.compute_node_group.subnet_ids #=> Array
1065
1065
  # resp.compute_node_group.subnet_ids[0] #=> String
@@ -1116,7 +1116,7 @@ module Aws::PCS
1116
1116
  # resp.queue.cluster_id #=> String
1117
1117
  # resp.queue.created_at #=> Time
1118
1118
  # resp.queue.modified_at #=> Time
1119
- # resp.queue.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
1119
+ # resp.queue.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
1120
1120
  # resp.queue.compute_node_group_configurations #=> Array
1121
1121
  # resp.queue.compute_node_group_configurations[0].compute_node_group_id #=> String
1122
1122
  # resp.queue.error_info #=> Array
@@ -1170,7 +1170,7 @@ module Aws::PCS
1170
1170
  # resp.clusters[0].arn #=> String
1171
1171
  # resp.clusters[0].created_at #=> Time
1172
1172
  # resp.clusters[0].modified_at #=> Time
1173
- # resp.clusters[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
1173
+ # resp.clusters[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
1174
1174
  # resp.next_token #=> String
1175
1175
  #
1176
1176
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/ListClusters AWS API Documentation
@@ -1225,7 +1225,7 @@ module Aws::PCS
1225
1225
  # resp.compute_node_groups[0].cluster_id #=> String
1226
1226
  # resp.compute_node_groups[0].created_at #=> Time
1227
1227
  # resp.compute_node_groups[0].modified_at #=> Time
1228
- # resp.compute_node_groups[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED"
1228
+ # resp.compute_node_groups[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED", "SUSPENDING", "SUSPENDED"
1229
1229
  # resp.next_token #=> String
1230
1230
  #
1231
1231
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/ListComputeNodeGroups AWS API Documentation
@@ -1280,7 +1280,7 @@ module Aws::PCS
1280
1280
  # resp.queues[0].cluster_id #=> String
1281
1281
  # resp.queues[0].created_at #=> Time
1282
1282
  # resp.queues[0].modified_at #=> Time
1283
- # resp.queues[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
1283
+ # resp.queues[0].status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
1284
1284
  # resp.next_token #=> String
1285
1285
  #
1286
1286
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/ListQueues AWS API Documentation
@@ -1541,7 +1541,7 @@ module Aws::PCS
1541
1541
  # resp.compute_node_group.cluster_id #=> String
1542
1542
  # resp.compute_node_group.created_at #=> Time
1543
1543
  # resp.compute_node_group.modified_at #=> Time
1544
- # resp.compute_node_group.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED"
1544
+ # resp.compute_node_group.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "DELETED", "SUSPENDING", "SUSPENDED"
1545
1545
  # resp.compute_node_group.ami_id #=> String
1546
1546
  # resp.compute_node_group.subnet_ids #=> Array
1547
1547
  # resp.compute_node_group.subnet_ids[0] #=> String
@@ -1620,7 +1620,7 @@ module Aws::PCS
1620
1620
  # resp.queue.cluster_id #=> String
1621
1621
  # resp.queue.created_at #=> Time
1622
1622
  # resp.queue.modified_at #=> Time
1623
- # resp.queue.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED"
1623
+ # resp.queue.status #=> String, one of "CREATING", "ACTIVE", "UPDATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED", "UPDATE_FAILED", "SUSPENDING", "SUSPENDED"
1624
1624
  # resp.queue.compute_node_group_configurations #=> Array
1625
1625
  # resp.queue.compute_node_group_configurations[0].compute_node_group_id #=> String
1626
1626
  # resp.queue.error_info #=> Array
@@ -1654,7 +1654,7 @@ module Aws::PCS
1654
1654
  tracer: tracer
1655
1655
  )
1656
1656
  context[:gem_name] = 'aws-sdk-pcs'
1657
- context[:gem_version] = '1.19.0'
1657
+ context[:gem_version] = '1.20.0'
1658
1658
  Seahorse::Client::Request.new(handlers, context)
1659
1659
  end
1660
1660
 
@@ -125,6 +125,19 @@ module Aws::PCS
125
125
  # cluster.
126
126
  #
127
127
  # </note>
128
+ #
129
+ # The resource enters the `SUSPENDING` and `SUSPENDED` states when the
130
+ # scheduler is beyond end of life and we have suspended the cluster.
131
+ # When in these states, you can't use the cluster. The cluster
132
+ # controller is down and all compute instances are terminated. The
133
+ # resources still count toward your service quotas. You can delete a
134
+ # resource if its status is `SUSPENDED`. For more information, see
135
+ # [Frequently asked questions about Slurm versions in PCS][1] in the
136
+ # *PCS User Guide*.
137
+ #
138
+ #
139
+ #
140
+ # [1]: https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html
128
141
  # @return [String]
129
142
  #
130
143
  # @!attribute [rw] created_at
@@ -276,6 +289,19 @@ module Aws::PCS
276
289
  # cluster.
277
290
  #
278
291
  # </note>
292
+ #
293
+ # The resource enters the `SUSPENDING` and `SUSPENDED` states when the
294
+ # scheduler is beyond end of life and we have suspended the cluster.
295
+ # When in these states, you can't use the cluster. The cluster
296
+ # controller is down and all compute instances are terminated. The
297
+ # resources still count toward your service quotas. You can delete a
298
+ # resource if its status is `SUSPENDED`. For more information, see
299
+ # [Frequently asked questions about Slurm versions in PCS][1] in the
300
+ # *PCS User Guide*.
301
+ #
302
+ #
303
+ #
304
+ # [1]: https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html
279
305
  # @return [String]
280
306
  #
281
307
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/ClusterSummary AWS API Documentation
@@ -324,6 +350,19 @@ module Aws::PCS
324
350
  # compute node group.
325
351
  #
326
352
  # </note>
353
+ #
354
+ # The resource enters the `SUSPENDING` and `SUSPENDED` states when the
355
+ # scheduler is beyond end of life and we have suspended the cluster.
356
+ # When in these states, you can't use the cluster. The cluster
357
+ # controller is down and all compute instances are terminated. The
358
+ # resources still count toward your service quotas. You can delete a
359
+ # resource if its status is `SUSPENDED`. For more information, see
360
+ # [Frequently asked questions about Slurm versions in PCS][1] in the
361
+ # *PCS User Guide*.
362
+ #
363
+ #
364
+ #
365
+ # [1]: https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html
327
366
  # @return [String]
328
367
  #
329
368
  # @!attribute [rw] ami_id
@@ -494,6 +533,19 @@ module Aws::PCS
494
533
  # compute node group.
495
534
  #
496
535
  # </note>
536
+ #
537
+ # The resource enters the `SUSPENDING` and `SUSPENDED` states when the
538
+ # scheduler is beyond end of life and we have suspended the cluster.
539
+ # When in these states, you can't use the cluster. The cluster
540
+ # controller is down and all compute instances are terminated. The
541
+ # resources still count toward your service quotas. You can delete a
542
+ # resource if its status is `SUSPENDED`. For more information, see
543
+ # [Frequently asked questions about Slurm versions in PCS][1] in the
544
+ # *PCS User Guide*.
545
+ #
546
+ #
547
+ #
548
+ # [1]: https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html
497
549
  # @return [String]
498
550
  #
499
551
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/ComputeNodeGroupSummary AWS API Documentation
@@ -1378,6 +1430,19 @@ module Aws::PCS
1378
1430
  # queue.
1379
1431
  #
1380
1432
  # </note>
1433
+ #
1434
+ # The resource enters the `SUSPENDING` and `SUSPENDED` states when the
1435
+ # scheduler is beyond end of life and we have suspended the cluster.
1436
+ # When in these states, you can't use the cluster. The cluster
1437
+ # controller is down and all compute instances are terminated. The
1438
+ # resources still count toward your service quotas. You can delete a
1439
+ # resource if its status is `SUSPENDED`. For more information, see
1440
+ # [Frequently asked questions about Slurm versions in PCS][1] in the
1441
+ # *PCS User Guide*.
1442
+ #
1443
+ #
1444
+ #
1445
+ # [1]: https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html
1381
1446
  # @return [String]
1382
1447
  #
1383
1448
  # @!attribute [rw] compute_node_group_configurations
@@ -1438,6 +1503,19 @@ module Aws::PCS
1438
1503
  # queue.
1439
1504
  #
1440
1505
  # </note>
1506
+ #
1507
+ # The resource enters the `SUSPENDING` and `SUSPENDED` states when the
1508
+ # scheduler is beyond end of life and we have suspended the cluster.
1509
+ # When in these states, you can't use the cluster. The cluster
1510
+ # controller is down and all compute instances are terminated. The
1511
+ # resources still count toward your service quotas. You can delete a
1512
+ # resource if its status is `SUSPENDED`. For more information, see
1513
+ # [Frequently asked questions about Slurm versions in PCS][1] in the
1514
+ # *PCS User Guide*.
1515
+ #
1516
+ #
1517
+ #
1518
+ # [1]: https://docs.aws.amazon.com/pcs/latest/userguide/slurm-versions_faq.html
1441
1519
  # @return [String]
1442
1520
  #
1443
1521
  # @see http://docs.aws.amazon.com/goto/WebAPI/pcs-2023-02-10/QueueSummary AWS API Documentation
data/lib/aws-sdk-pcs.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::PCS
55
55
  autoload :EndpointProvider, 'aws-sdk-pcs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-pcs/endpoints'
57
57
 
58
- GEM_VERSION = '1.19.0'
58
+ GEM_VERSION = '1.20.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -29,7 +29,7 @@ module Aws::PCS
29
29
  attr_accessor name: ::String
30
30
  attr_accessor id: ::String
31
31
  attr_accessor arn: ::String
32
- attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
32
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "SUSPENDING" | "SUSPENDED")
33
33
  attr_accessor created_at: ::Time
34
34
  attr_accessor modified_at: ::Time
35
35
  attr_accessor scheduler: Types::Scheduler
@@ -62,7 +62,7 @@ module Aws::PCS
62
62
  attr_accessor arn: ::String
63
63
  attr_accessor created_at: ::Time
64
64
  attr_accessor modified_at: ::Time
65
- attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
65
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "SUSPENDING" | "SUSPENDED")
66
66
  SENSITIVE: []
67
67
  end
68
68
 
@@ -73,7 +73,7 @@ module Aws::PCS
73
73
  attr_accessor cluster_id: ::String
74
74
  attr_accessor created_at: ::Time
75
75
  attr_accessor modified_at: ::Time
76
- attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "DELETED")
76
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "DELETED" | "SUSPENDING" | "SUSPENDED")
77
77
  attr_accessor ami_id: ::String
78
78
  attr_accessor subnet_ids: ::Array[::String]
79
79
  attr_accessor purchase_option: ("ONDEMAND" | "SPOT")
@@ -109,7 +109,7 @@ module Aws::PCS
109
109
  attr_accessor cluster_id: ::String
110
110
  attr_accessor created_at: ::Time
111
111
  attr_accessor modified_at: ::Time
112
- attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "DELETED")
112
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "DELETED" | "SUSPENDING" | "SUSPENDED")
113
113
  SENSITIVE: []
114
114
  end
115
115
 
@@ -330,7 +330,7 @@ module Aws::PCS
330
330
  attr_accessor cluster_id: ::String
331
331
  attr_accessor created_at: ::Time
332
332
  attr_accessor modified_at: ::Time
333
- attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
333
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "SUSPENDING" | "SUSPENDED")
334
334
  attr_accessor compute_node_group_configurations: ::Array[Types::ComputeNodeGroupConfiguration]
335
335
  attr_accessor error_info: ::Array[Types::ErrorInfo]
336
336
  SENSITIVE: []
@@ -343,7 +343,7 @@ module Aws::PCS
343
343
  attr_accessor cluster_id: ::String
344
344
  attr_accessor created_at: ::Time
345
345
  attr_accessor modified_at: ::Time
346
- attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED")
346
+ attr_accessor status: ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "DELETE_FAILED" | "UPDATE_FAILED" | "SUSPENDING" | "SUSPENDED")
347
347
  SENSITIVE: []
348
348
  end
349
349
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pcs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '2.7'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="