We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be7666d + af60aee commit ccbe8deCopy full SHA for ccbe8de
1 file changed
Gemfile.lock
@@ -47,6 +47,7 @@ GEM
47
faraday-net_http (3.4.1)
48
net-http (>= 0.5.0)
49
ffi (1.17.2-arm64-darwin)
50
+ ffi (1.17.2-x86_64-linux-gnu)
51
forwardable-extended (2.6.0)
52
gemoji (4.1.0)
53
github-pages (232)
@@ -242,6 +243,8 @@ GEM
242
243
uri
244
nokogiri (1.18.9-arm64-darwin)
245
racc (~> 1.4)
246
+ nokogiri (1.18.9-x86_64-linux-gnu)
247
+ racc (~> 1.4)
248
octokit (4.25.1)
249
faraday (>= 1, < 3)
250
sawyer (~> 0.9)
@@ -253,7 +256,7 @@ GEM
253
256
rb-fsevent (0.11.2)
254
257
rb-inotify (0.11.1)
255
258
ffi (~> 1.0)
- rexml (3.4.1)
259
+ rexml (3.4.2)
260
rouge (3.30.0)
261
rubyzip (2.4.1)
262
safe_yaml (1.0.5)
@@ -279,6 +282,7 @@ GEM
279
282
280
283
PLATFORMS
281
284
arm64-darwin
285
+ x86_64-linux
286
287
DEPENDENCIES
288
github-pages
0 commit comments