Skip to content

Commit

Permalink
Addd x86_64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
billdueber committed Jan 22, 2025
1 parent d8ecebb commit 3535470
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.17.1)
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -214,6 +216,7 @@ GEM
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
multi_json (1.15.0)
mysql2 (0.4.10)
Expand All @@ -229,7 +232,8 @@ GEM
net-smtp (0.5.0)
net-protocol
nio4r (2.5.2)
nokogiri (1.15.7-aarch64-linux)
nokogiri (1.15.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
okcomputer (1.18.6)
parallel (1.26.3)
Expand Down Expand Up @@ -455,6 +459,8 @@ GEM

PLATFORMS
aarch64-linux
arm64-darwin-24
x86_64-linux

DEPENDENCIES
actionpack (>= 5.2.4.3)
Expand Down

0 comments on commit 3535470

Please sign in to comment.