carbon_ruby_sdk 0.1.21 → 0.1.23

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97170ae282dd6d853b579b85bb9e5beabeb5793d59687aa4f9edc11ca682a537
4
- data.tar.gz: 30dd93eb4435d61d9966caef824f96b871bf08f7fa25637a43321e09f3f48e91
3
+ metadata.gz: 90722a7ecfc31440fc4c8d747ec60cf0bbb0a318667b70341c2d460cc949feaa
4
+ data.tar.gz: 85cb731964c95eb6828d0c315a9a9ae6f10eb70f80a6b8e41c399055cd2b4b2e
5
5
  SHA512:
6
- metadata.gz: 81df6f5648c3014d19292da83229c56176de5874aabec9c5a47af86176ff670caceeec84a9697b8425a689a6771784b5bec5c80e66df4fba6f0cfdd8e406cc16
7
- data.tar.gz: f2945a8dd0a3c0299e65fdf6287df2134d9fe32c5abb840bb68c927cb6b72a5463bc89d48385b86352fcaa4f9546c7be477589dd8974639689218eef3157af69
6
+ metadata.gz: 56b2a9ed2f3768e929ac35396220ff7fa1d5b9d3a2568bc4f150824418d109a1016800d1e8867b806446fa80453549e435d7425119fae9810da83676e42b6889
7
+ data.tar.gz: b1d67f344769c11a113edc54244450fb53339c3410c64e42eaeda3c683f33ee56f6e4751fd6a7441a7efcb48c7fdb7b8e53427b177ae672bde496e3bf3375767
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- carbon_ruby_sdk (0.1.21)
4
+ carbon_ruby_sdk (0.1.23)
5
5
  faraday (>= 1.0.1, < 3.0)
6
6
  faraday-multipart (~> 1.0, >= 1.0.4)
7
7
 
@@ -42,7 +42,7 @@ GEM
42
42
  rainbow (3.1.1)
43
43
  rake (13.0.6)
44
44
  regexp_parser (2.9.0)
45
- reline (0.4.2)
45
+ reline (0.5.0)
46
46
  io-console (~> 0.5)
47
47
  rexml (3.2.6)
48
48
  rspec (3.13.0)
@@ -67,14 +67,14 @@ GEM
67
67
  rubocop-ast (>= 1.2.0, < 2.0)
68
68
  ruby-progressbar (~> 1.7)
69
69
  unicode-display_width (>= 1.4.0, < 3.0)
70
- rubocop-ast (1.30.0)
71
- parser (>= 3.2.1.0)
70
+ rubocop-ast (1.31.2)
71
+ parser (>= 3.3.0.4)
72
72
  ruby-progressbar (1.13.0)
73
73
  unicode-display_width (2.5.0)
74
74
  uri (0.13.0)
75
75
 
76
76
  PLATFORMS
77
- arm64-darwin-21
77
+ arm64-darwin-22
78
78
 
79
79
  DEPENDENCIES
80
80
  carbon_ruby_sdk!
@@ -86,4 +86,4 @@ DEPENDENCIES
86
86
  rubocop (~> 1.12.1)
87
87
 
88
88
  BUNDLED WITH
89
- 2.3.7
89
+ 2.4.19
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Connect external data to LLMs, no matter the source.
8
8
 
9
- [![npm](https://img.shields.io/badge/gem-v0.1.21-blue)](https://rubygems.org/gems/carbon_ruby_sdk/versions/0.1.21)
9
+ [![npm](https://img.shields.io/badge/gem-v0.1.23-blue)](https://rubygems.org/gems/carbon_ruby_sdk/versions/0.1.23)
10
10
 
11
11
  </div>
12
12
 
@@ -81,7 +81,7 @@ Connect external data to LLMs, no matter the source.
81
81
  Add to Gemfile:
82
82
 
83
83
  ```ruby
84
- gem 'carbon_ruby_sdk', '~> 0.1.21'
84
+ gem 'carbon_ruby_sdk', '~> 0.1.23'
85
85
  ```
86
86
 
87
87
  ## Getting Started<a id="getting-started"></a>
@@ -1192,6 +1192,7 @@ result = carbon.integrations.connect_data_source(
1192
1192
  "prepend_filename_to_chunks" => false,
1193
1193
  "sync_files_on_connection" => true,
1194
1194
  "set_page_as_boundary" => false,
1195
+ "request_id" => "e8fddc9a-4810-48b2-b1b5-b1ec0159625a",
1195
1196
  "enable_file_picker" => true,
1196
1197
  },
1197
1198
  )
@@ -1387,7 +1388,7 @@ result = carbon.integrations.get_oauth_url(
1387
1388
  set_page_as_boundary: false,
1388
1389
  data_source_id: 1,
1389
1390
  connecting_new_account: false,
1390
- request_id: "string_example",
1391
+ request_id: "76343a7e-0175-49f8-957c-e1133ae388ac",
1391
1392
  use_ocr: false,
1392
1393
  parse_pdf_tables_with_ocr: false,
1393
1394
  enable_file_picker: true,
@@ -1440,7 +1441,7 @@ Enable OCR for files that support it. Supported formats: pdf
1440
1441
  ##### parse_pdf_tables_with_ocr: `Boolean`<a id="parse_pdf_tables_with_ocr-boolean"></a>
1441
1442
  ##### enable_file_picker: `Boolean`<a id="enable_file_picker-boolean"></a>
1442
1443
  Enable integration's file picker for sources that support it. Supported sources:
1443
- SHAREPOINT, BOX, GOOGLE_DRIVE, ONEDRIVE, DROPBOX
1444
+ DROPBOX, BOX, ONEDRIVE, GOOGLE_DRIVE, SHAREPOINT
1444
1445
 
1445
1446
  #### 🔄 Return<a id="🔄-return"></a>
1446
1447
 
@@ -1658,7 +1659,7 @@ result = carbon.integrations.sync_confluence(
1658
1659
  prepend_filename_to_chunks: false,
1659
1660
  max_items_per_chunk: 1,
1660
1661
  set_page_as_boundary: false,
1661
- request_id: "string_example",
1662
+ request_id: "74c95466-42b2-4213-ae36-bfafbaecfcf5",
1662
1663
  use_ocr: false,
1663
1664
  parse_pdf_tables_with_ocr: false,
1664
1665
  )
@@ -1749,7 +1750,7 @@ result = carbon.integrations.sync_files(
1749
1750
  prepend_filename_to_chunks: false,
1750
1751
  max_items_per_chunk: 1,
1751
1752
  set_page_as_boundary: false,
1752
- request_id: "string_example",
1753
+ request_id: "74c95466-42b2-4213-ae36-bfafbaecfcf5",
1753
1754
  use_ocr: false,
1754
1755
  parse_pdf_tables_with_ocr: false,
1755
1756
  )
@@ -545,10 +545,10 @@ module Carbon
545
545
  # @param request_id [String] This request id will be added to all files that get synced using the generated OAuth URL
546
546
  # @param use_ocr [Boolean] Enable OCR for files that support it. Supported formats: pdf
547
547
  # @param parse_pdf_tables_with_ocr [Boolean]
548
- # @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: SHAREPOINT, BOX, GOOGLE_DRIVE, ONEDRIVE, DROPBOX
548
+ # @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: DROPBOX, BOX, ONEDRIVE, GOOGLE_DRIVE, SHAREPOINT
549
549
  # @param body [OAuthURLRequest]
550
550
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
551
- def get_oauth_url(service:, tags: SENTINEL, scope: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', zendesk_subdomain: SENTINEL, microsoft_tenant: SENTINEL, sharepoint_site_name: SENTINEL, confluence_subdomain: SENTINEL, generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, salesforce_domain: SENTINEL, sync_files_on_connection: true, set_page_as_boundary: false, data_source_id: SENTINEL, connecting_new_account: false, request_id: SENTINEL, use_ocr: false, parse_pdf_tables_with_ocr: false, enable_file_picker: true, extra: {})
551
+ def get_oauth_url(service:, tags: SENTINEL, scope: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', zendesk_subdomain: SENTINEL, microsoft_tenant: SENTINEL, sharepoint_site_name: SENTINEL, confluence_subdomain: SENTINEL, generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, salesforce_domain: SENTINEL, sync_files_on_connection: true, set_page_as_boundary: false, data_source_id: SENTINEL, connecting_new_account: false, request_id: '76343a7e-0175-49f8-957c-e1133ae388ac', use_ocr: false, parse_pdf_tables_with_ocr: false, enable_file_picker: true, extra: {})
552
552
  _body = {}
553
553
  _body[:tags] = tags if tags != SENTINEL
554
554
  _body[:scope] = scope if scope != SENTINEL
@@ -607,10 +607,10 @@ module Carbon
607
607
  # @param request_id [String] This request id will be added to all files that get synced using the generated OAuth URL
608
608
  # @param use_ocr [Boolean] Enable OCR for files that support it. Supported formats: pdf
609
609
  # @param parse_pdf_tables_with_ocr [Boolean]
610
- # @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: SHAREPOINT, BOX, GOOGLE_DRIVE, ONEDRIVE, DROPBOX
610
+ # @param enable_file_picker [Boolean] Enable integration's file picker for sources that support it. Supported sources: DROPBOX, BOX, ONEDRIVE, GOOGLE_DRIVE, SHAREPOINT
611
611
  # @param body [OAuthURLRequest]
612
612
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
613
- def get_oauth_url_with_http_info(service:, tags: SENTINEL, scope: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', zendesk_subdomain: SENTINEL, microsoft_tenant: SENTINEL, sharepoint_site_name: SENTINEL, confluence_subdomain: SENTINEL, generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, salesforce_domain: SENTINEL, sync_files_on_connection: true, set_page_as_boundary: false, data_source_id: SENTINEL, connecting_new_account: false, request_id: SENTINEL, use_ocr: false, parse_pdf_tables_with_ocr: false, enable_file_picker: true, extra: {})
613
+ def get_oauth_url_with_http_info(service:, tags: SENTINEL, scope: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', zendesk_subdomain: SENTINEL, microsoft_tenant: SENTINEL, sharepoint_site_name: SENTINEL, confluence_subdomain: SENTINEL, generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, salesforce_domain: SENTINEL, sync_files_on_connection: true, set_page_as_boundary: false, data_source_id: SENTINEL, connecting_new_account: false, request_id: '76343a7e-0175-49f8-957c-e1133ae388ac', use_ocr: false, parse_pdf_tables_with_ocr: false, enable_file_picker: true, extra: {})
614
614
  _body = {}
615
615
  _body[:tags] = tags if tags != SENTINEL
616
616
  _body[:scope] = scope if scope != SENTINEL
@@ -1293,7 +1293,7 @@ module Carbon
1293
1293
  # @param parse_pdf_tables_with_ocr [Boolean]
1294
1294
  # @param body [SyncFilesRequest]
1295
1295
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
1296
- def sync_confluence(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: SENTINEL, use_ocr: false, parse_pdf_tables_with_ocr: false, extra: {})
1296
+ def sync_confluence(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: '74c95466-42b2-4213-ae36-bfafbaecfcf5', use_ocr: false, parse_pdf_tables_with_ocr: false, extra: {})
1297
1297
  _body = {}
1298
1298
  _body[:tags] = tags if tags != SENTINEL
1299
1299
  _body[:data_source_id] = data_source_id if data_source_id != SENTINEL
@@ -1337,7 +1337,7 @@ module Carbon
1337
1337
  # @param parse_pdf_tables_with_ocr [Boolean]
1338
1338
  # @param body [SyncFilesRequest]
1339
1339
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
1340
- def sync_confluence_with_http_info(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: SENTINEL, use_ocr: false, parse_pdf_tables_with_ocr: false, extra: {})
1340
+ def sync_confluence_with_http_info(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: '74c95466-42b2-4213-ae36-bfafbaecfcf5', use_ocr: false, parse_pdf_tables_with_ocr: false, extra: {})
1341
1341
  _body = {}
1342
1342
  _body[:tags] = tags if tags != SENTINEL
1343
1343
  _body[:data_source_id] = data_source_id if data_source_id != SENTINEL
@@ -1541,7 +1541,7 @@ module Carbon
1541
1541
  # @param parse_pdf_tables_with_ocr [Boolean]
1542
1542
  # @param body [SyncFilesRequest]
1543
1543
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
1544
- def sync_files(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: SENTINEL, use_ocr: false, parse_pdf_tables_with_ocr: false, extra: {})
1544
+ def sync_files(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: '74c95466-42b2-4213-ae36-bfafbaecfcf5', use_ocr: false, parse_pdf_tables_with_ocr: false, extra: {})
1545
1545
  _body = {}
1546
1546
  _body[:tags] = tags if tags != SENTINEL
1547
1547
  _body[:data_source_id] = data_source_id if data_source_id != SENTINEL
@@ -1585,7 +1585,7 @@ module Carbon
1585
1585
  # @param parse_pdf_tables_with_ocr [Boolean]
1586
1586
  # @param body [SyncFilesRequest]
1587
1587
  # @param [Hash] extra additional parameters to pass along through :header_params, :query_params, or parameter name
1588
- def sync_files_with_http_info(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: SENTINEL, use_ocr: false, parse_pdf_tables_with_ocr: false, extra: {})
1588
+ def sync_files_with_http_info(data_source_id:, ids:, tags: SENTINEL, chunk_size: 1500, chunk_overlap: 20, skip_embedding_generation: false, embedding_model: 'OPENAI', generate_sparse_vectors: false, prepend_filename_to_chunks: false, max_items_per_chunk: SENTINEL, set_page_as_boundary: false, request_id: '74c95466-42b2-4213-ae36-bfafbaecfcf5', use_ocr: false, parse_pdf_tables_with_ocr: false, extra: {})
1589
1589
  _body = {}
1590
1590
  _body[:tags] = tags if tags != SENTINEL
1591
1591
  _body[:data_source_id] = data_source_id if data_source_id != SENTINEL
@@ -61,7 +61,7 @@ module Carbon
61
61
 
62
62
  attr_accessor :parse_pdf_tables_with_ocr
63
63
 
64
- # Enable integration's file picker for sources that support it. Supported sources: SHAREPOINT, BOX, GOOGLE_DRIVE, ONEDRIVE, DROPBOX
64
+ # Enable integration's file picker for sources that support it. Supported sources: DROPBOX, BOX, ONEDRIVE, GOOGLE_DRIVE, SHAREPOINT
65
65
  attr_accessor :enable_file_picker
66
66
 
67
67
  # Attribute mapping from ruby-style variable name to JSON key.
@@ -147,7 +147,6 @@ module Carbon
147
147
  :'sync_files_on_connection',
148
148
  :'data_source_id',
149
149
  :'connecting_new_account',
150
- :'request_id',
151
150
  :'use_ocr',
152
151
  :'parse_pdf_tables_with_ocr',
153
152
  ])
@@ -264,6 +263,8 @@ module Carbon
264
263
 
265
264
  if attributes.key?(:'request_id')
266
265
  self.request_id = attributes[:'request_id']
266
+ else
267
+ self.request_id = '76343a7e-0175-49f8-957c-e1133ae388ac'
267
268
  end
268
269
 
269
270
  if attributes.key?(:'use_ocr')
@@ -50,6 +50,9 @@ module Carbon
50
50
  # Filter by request ID(s) which were used to sync the files
51
51
  attr_accessor :request_ids
52
52
 
53
+ # The error message of the file. The query will return files with error messages that contain this string. To search for files with no error message, use an empty string.
54
+ attr_accessor :sync_error_message
55
+
53
56
  # Attribute mapping from ruby-style variable name to JSON key.
54
57
  def self.attribute_map
55
58
  {
@@ -66,7 +69,8 @@ module Carbon
66
69
  :'root_files_only' => :'root_files_only',
67
70
  :'include_all_children' => :'include_all_children',
68
71
  :'non_synced_only' => :'non_synced_only',
69
- :'request_ids' => :'request_ids'
72
+ :'request_ids' => :'request_ids',
73
+ :'sync_error_message' => :'sync_error_message'
70
74
  }
71
75
  end
72
76
 
@@ -91,7 +95,8 @@ module Carbon
91
95
  :'root_files_only' => :'Boolean',
92
96
  :'include_all_children' => :'Boolean',
93
97
  :'non_synced_only' => :'Boolean',
94
- :'request_ids' => :'Array<String>'
98
+ :'request_ids' => :'Array<String>',
99
+ :'sync_error_message' => :'String'
95
100
  }
96
101
  end
97
102
 
@@ -109,7 +114,8 @@ module Carbon
109
114
  :'organization_user_data_source_id',
110
115
  :'embedding_generators',
111
116
  :'root_files_only',
112
- :'request_ids'
117
+ :'request_ids',
118
+ :'sync_error_message'
113
119
  ])
114
120
  end
115
121
 
@@ -203,6 +209,10 @@ module Carbon
203
209
  self.request_ids = value
204
210
  end
205
211
  end
212
+
213
+ if attributes.key?(:'sync_error_message')
214
+ self.sync_error_message = attributes[:'sync_error_message']
215
+ end
206
216
  end
207
217
 
208
218
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -251,7 +261,8 @@ module Carbon
251
261
  root_files_only == o.root_files_only &&
252
262
  include_all_children == o.include_all_children &&
253
263
  non_synced_only == o.non_synced_only &&
254
- request_ids == o.request_ids
264
+ request_ids == o.request_ids &&
265
+ sync_error_message == o.sync_error_message
255
266
  end
256
267
 
257
268
  # @see the `==` method
@@ -263,7 +274,7 @@ module Carbon
263
274
  # Calculates hash code according to all attributes.
264
275
  # @return [Integer] Hash code
265
276
  def hash
266
- [tags, source, name, tags_v2, ids, external_file_ids, sync_statuses, parent_file_ids, organization_user_data_source_id, embedding_generators, root_files_only, include_all_children, non_synced_only, request_ids].hash
277
+ [tags, source, name, tags_v2, ids, external_file_ids, sync_statuses, parent_file_ids, organization_user_data_source_id, embedding_generators, root_files_only, include_all_children, non_synced_only, request_ids, sync_error_message].hash
267
278
  end
268
279
 
269
280
  # Builds the object from hash
@@ -96,7 +96,6 @@ module Carbon
96
96
  :'generate_sparse_vectors',
97
97
  :'prepend_filename_to_chunks',
98
98
  :'max_items_per_chunk',
99
- :'request_id',
100
99
  :'use_ocr',
101
100
  :'parse_pdf_tables_with_ocr'
102
101
  ])
@@ -177,6 +176,8 @@ module Carbon
177
176
 
178
177
  if attributes.key?(:'request_id')
179
178
  self.request_id = attributes[:'request_id']
179
+ else
180
+ self.request_id = '74c95466-42b2-4213-ae36-bfafbaecfcf5'
180
181
  end
181
182
 
182
183
  if attributes.key?(:'use_ocr')
@@ -90,7 +90,6 @@ module Carbon
90
90
  :'prepend_filename_to_chunks',
91
91
  :'max_items_per_chunk',
92
92
  :'sync_files_on_connection',
93
- :'request_id',
94
93
  ])
95
94
  end
96
95
 
@@ -167,6 +166,8 @@ module Carbon
167
166
 
168
167
  if attributes.key?(:'request_id')
169
168
  self.request_id = attributes[:'request_id']
169
+ else
170
+ self.request_id = 'e8fddc9a-4810-48b2-b1b5-b1ec0159625a'
170
171
  end
171
172
 
172
173
  if attributes.key?(:'enable_file_picker')
@@ -7,5 +7,5 @@ The version of the OpenAPI document: 1.0.0
7
7
  =end
8
8
 
9
9
  module Carbon
10
- VERSION = '0.1.21'
10
+ VERSION = '0.1.23'
11
11
  end
@@ -103,4 +103,10 @@ describe Carbon::OrganizationUserFilesToSyncFilters do
103
103
  end
104
104
  end
105
105
 
106
+ describe 'test attribute "sync_error_message"' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ end
110
+ end
111
+
106
112
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carbon_ruby_sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.21
4
+ version: 0.1.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konfig
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-21 00:00:00.000000000 Z
11
+ date: 2024-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -376,7 +376,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
376
376
  - !ruby/object:Gem::Version
377
377
  version: '0'
378
378
  requirements: []
379
- rubygems_version: 3.3.7
379
+ rubygems_version: 3.4.10
380
380
  signing_key:
381
381
  specification_version: 4
382
382
  summary: Carbon Ruby Gem