Skip to content

Commit

Permalink
fix platform issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pglevy committed Mar 10, 2024
1 parent 53253af commit 1c11c45
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GEM
eventmachine (1.2.7)
ffi (1.16.3)
forwardable-extended (2.6.0)
google-protobuf (3.25.3-arm64-darwin)
google-protobuf (3.25.3)
http_parser.rb (0.8.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -55,7 +55,9 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
nokogiri (1.16.2-arm64-darwin)
mini_portile2 (2.8.5)
nokogiri (1.16.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
open-uri (0.4.1)
stringio
Expand All @@ -65,6 +67,7 @@ GEM
forwardable-extended (~> 2.6)
public_suffix (5.0.4)
racc (1.7.3)
rake (13.1.0)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand All @@ -75,8 +78,9 @@ GEM
rss (0.3.0)
rexml
safe_yaml (1.0.5)
sass-embedded (1.71.1-arm64-darwin)
sass-embedded (1.71.1)
google-protobuf (~> 3.25)
rake (>= 13.0.0)
stringio (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
Expand All @@ -87,7 +91,7 @@ GEM
webrick (1.8.1)

PLATFORMS
arm64-darwin-21
ruby

DEPENDENCIES
jekyll (~> 4.3.3)
Expand Down

0 comments on commit 1c11c45

Please sign in to comment.