We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07ae00a + ce4ab76 commit eb12b06Copy full SHA for eb12b06
Gemfile.lock
@@ -41,6 +41,7 @@ GEM
41
faraday-net_http (3.0.2)
42
faraday-retry (2.2.0)
43
faraday (~> 2.0)
44
+ ffi (1.16.3)
45
ffi (1.16.3-x64-mingw-ucrt)
46
forwardable-extended (2.6.0)
47
gemoji (3.0.1)
@@ -233,7 +234,9 @@ GEM
233
234
mustermann (3.0.0)
235
ruby2_keywords (~> 0.0.1)
236
mutex_m (0.2.0)
- nokogiri (1.15.5-x64-mingw-ucrt)
237
+ nokogiri (1.16.2-x64-mingw-ucrt)
238
+ racc (~> 1.4)
239
+ nokogiri (1.16.2-x86_64-linux)
240
racc (~> 1.4)
241
octokit (4.25.1)
242
faraday (>= 1, < 3)
@@ -283,12 +286,14 @@ GEM
283
286
concurrent-ruby (~> 1.0)
284
287
unf (0.1.4)
285
288
unf_ext
289
+ unf_ext (0.0.9.1)
290
unf_ext (0.0.9.1-x64-mingw-ucrt)
291
unicode-display_width (1.8.0)
292
webrick (1.8.1)
293
294
PLATFORMS
295
x64-mingw-ucrt
296
+ x86_64-linux
297
298
DEPENDENCIES
299
faraday-retry
0 commit comments