Skip to content

Commit

Permalink
Update Gemfile to work with arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Oct 22, 2024
1 parent 6345b26 commit b42b461
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ GEM
concurrent-ruby (~> 1.0)
kramdown (2.4.0)
rexml
libv8-node (16.10.0.0-aarch64-linux)
libv8-node (16.10.0.0-x86_64-linux)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -104,6 +105,8 @@ GEM
net-sftp (3.0.0)
net-ssh (>= 5.0.0, < 7.0.0)
net-ssh (6.1.0)
nokogiri (1.16.5-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
padrino-helpers (0.15.1)
Expand Down Expand Up @@ -150,6 +153,7 @@ GEM
zeitwerk (2.6.11)

PLATFORMS
aarch64-linux
x86_64-linux

DEPENDENCIES
Expand Down

0 comments on commit b42b461

Please sign in to comment.