Skip to content

Commit f543ae6

Browse files
committed
chore(deps): update gem platform to <arch>-linux-musl
1 parent 9ca0fde commit f543ae6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Gemfile.lock

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ GEM
3737
net-http (>= 0.5.0)
3838
faraday-retry (2.3.2)
3939
faraday (~> 2.0)
40-
ffi (1.17.2-x86_64-linux-gnu)
40+
ffi (1.17.2-aarch64-linux-musl)
41+
ffi (1.17.2-x86_64-linux-musl)
4142
find_a_port (1.0.1)
4243
httparty (0.23.2)
4344
csv
@@ -70,7 +71,9 @@ GEM
7071
thor (>= 0.20, < 2.0)
7172
webrick (~> 1.8)
7273
zeitwerk (~> 2.3)
73-
pact-ffi (0.4.28.0-x86_64-linux)
74+
pact-ffi (0.4.28.0-aarch64-linux-musl)
75+
ffi (~> 1.15)
76+
pact-ffi (0.4.28.0-x86_64-linux-musl)
7477
ffi (~> 1.15)
7578
pact-message (0.11.1)
7679
pact-mock_service (~> 3.1)
@@ -162,7 +165,8 @@ GEM
162165
zeitwerk (2.7.3)
163166

164167
PLATFORMS
165-
x86_64-linux
168+
aarch64-linux-musl
169+
x86_64-linux-musl
166170

167171
DEPENDENCIES
168172
bump (~> 0.9)

0 commit comments

Comments
 (0)