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 cebdd42Copy full SHA for cebdd42
.github/workflows/Gemfile.lock
@@ -211,15 +211,17 @@ GEM
211
jekyll-feed (~> 0.9)
212
jekyll-seo-tag (~> 2.1)
213
minitest (5.16.2)
214
- nokogiri (1.13.8-arm64-darwin)
+ nokogiri (1.16.5-arm64-darwin)
215
+ racc (~> 1.4)
216
+ nokogiri (1.16.5-x86_64-linux)
217
racc (~> 1.4)
218
octokit (4.25.1)
219
faraday (>= 1, < 3)
220
sawyer (~> 0.9)
221
pathutil (0.16.2)
222
forwardable-extended (~> 2.6)
223
public_suffix (4.0.7)
- racc (1.6.0)
224
+ racc (1.8.1)
225
rb-fsevent (0.11.1)
226
rb-inotify (0.10.1)
227
ffi (~> 1.0)
@@ -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