Skip to content

Commit c3960e7

Browse files
committed
Correct Gemfile.lock for arm laptop
1 parent 3e330fa commit c3960e7

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

Gemfile.lock

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.4)
4+
activesupport (7.2.1)
55
base64
66
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
88
connection_pool (>= 2.2.5)
99
drb
1010
i18n (>= 1.6, < 2)
11+
logger (>= 1.4.2)
1112
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
13+
securerandom (>= 0.3)
14+
tzinfo (~> 2.0, >= 2.0.5)
1415
addressable (2.8.7)
1516
public_suffix (>= 2.0.2, < 7.0)
1617
base64 (0.2.0)
@@ -21,7 +22,7 @@ GEM
2122
coffee-script-source (1.12.2)
2223
colorator (1.1.0)
2324
commonmarker (0.23.10)
24-
concurrent-ruby (1.3.3)
25+
concurrent-ruby (1.3.4)
2526
connection_pool (2.4.1)
2627
dnsruby (1.72.2)
2728
simpleidn (~> 0.2.1)
@@ -33,12 +34,12 @@ GEM
3334
ffi (>= 1.15.0)
3435
eventmachine (1.2.7)
3536
execjs (2.9.1)
36-
faraday (2.10.0)
37-
faraday-net_http (>= 2.0, < 3.2)
37+
faraday (2.11.0)
38+
faraday-net_http (>= 2.0, < 3.4)
3839
logger
39-
faraday-net_http (3.1.1)
40+
faraday-net_http (3.3.0)
4041
net-http
41-
ffi (1.17.0-x86_64-linux-gnu)
42+
ffi (1.17.0-arm64-darwin)
4243
forwardable-extended (2.6.0)
4344
gemoji (4.1.0)
4445
github-pages (231)
@@ -215,30 +216,28 @@ GEM
215216
listen (3.9.0)
216217
rb-fsevent (~> 0.10, >= 0.10.3)
217218
rb-inotify (~> 0.9, >= 0.9.10)
218-
logger (1.6.0)
219+
logger (1.6.1)
219220
mercenary (0.3.6)
220221
minima (2.5.1)
221222
jekyll (>= 3.5, < 5.0)
222223
jekyll-feed (~> 0.9)
223224
jekyll-seo-tag (~> 2.1)
224-
minitest (5.24.1)
225-
mutex_m (0.2.0)
225+
minitest (5.25.1)
226226
net-http (0.4.1)
227227
uri
228-
nokogiri (1.16.6-x86_64-linux)
228+
nokogiri (1.16.7-arm64-darwin)
229229
racc (~> 1.4)
230230
octokit (4.25.1)
231231
faraday (>= 1, < 3)
232232
sawyer (~> 0.9)
233233
pathutil (0.16.2)
234234
forwardable-extended (~> 2.6)
235235
public_suffix (5.1.1)
236-
racc (1.8.0)
236+
racc (1.8.1)
237237
rb-fsevent (0.11.2)
238238
rb-inotify (0.11.1)
239239
ffi (~> 1.0)
240-
rexml (3.3.2)
241-
strscan
240+
rexml (3.3.7)
242241
rouge (3.30.0)
243242
rubyzip (2.3.2)
244243
safe_yaml (1.0.5)
@@ -250,20 +249,20 @@ GEM
250249
sawyer (0.9.2)
251250
addressable (>= 2.3.5)
252251
faraday (>= 0.17.3, < 3)
252+
securerandom (0.3.1)
253253
simpleidn (0.2.3)
254-
strscan (3.1.0)
255254
terminal-table (1.8.0)
256255
unicode-display_width (~> 1.1, >= 1.1.1)
257256
typhoeus (1.4.1)
258257
ethon (>= 0.9.0)
259258
tzinfo (2.0.6)
260259
concurrent-ruby (~> 1.0)
261260
unicode-display_width (1.8.0)
262-
uri (0.13.0)
261+
uri (0.13.1)
263262
webrick (1.8.1)
264263

265264
PLATFORMS
266-
x86_64-linux-gnu
265+
arm64-darwin-21
267266

268267
DEPENDENCIES
269268
github-pages (~> 231)
@@ -278,4 +277,4 @@ DEPENDENCIES
278277
webrick (~> 1.7)
279278

280279
BUNDLED WITH
281-
2.4.19
280+
2.3.17

0 commit comments

Comments
 (0)