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.
1 parent 23353c8 commit 64cdc43Copy full SHA for 64cdc43
.github/workflows/Gemfile.lock
@@ -213,6 +213,8 @@ GEM
213
minitest (5.16.2)
214
nokogiri (1.13.8-arm64-darwin)
215
racc (~> 1.4)
216
+ nokogiri (1.13.8-x86_64-linux)
217
+ racc (~> 1.4)
218
octokit (4.25.1)
219
faraday (>= 1, < 3)
220
sawyer (~> 0.9)
@@ -223,7 +225,7 @@ GEM
223
225
rb-fsevent (0.11.1)
224
226
rb-inotify (0.10.1)
227
ffi (~> 1.0)
- rexml (3.2.5)
228
+ rexml (3.3.9)
229
rouge (3.26.0)
230
ruby2_keywords (0.0.5)
231
rubyzip (2.3.2)
@@ -254,6 +256,7 @@ GEM
254
256
255
257
PLATFORMS
258
arm64-darwin-20
259
+ x86_64-linux
260
261
DEPENDENCIES
262
commonmarker (~> 0.23)
0 commit comments