We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca0fde commit f543ae6Copy full SHA for f543ae6
Gemfile.lock
@@ -37,7 +37,8 @@ GEM
37
net-http (>= 0.5.0)
38
faraday-retry (2.3.2)
39
faraday (~> 2.0)
40
- ffi (1.17.2-x86_64-linux-gnu)
+ ffi (1.17.2-aarch64-linux-musl)
41
+ ffi (1.17.2-x86_64-linux-musl)
42
find_a_port (1.0.1)
43
httparty (0.23.2)
44
csv
@@ -70,7 +71,9 @@ GEM
70
71
thor (>= 0.20, < 2.0)
72
webrick (~> 1.8)
73
zeitwerk (~> 2.3)
- 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)
77
ffi (~> 1.15)
78
pact-message (0.11.1)
79
pact-mock_service (~> 3.1)
@@ -162,7 +165,8 @@ GEM
162
165
zeitwerk (2.7.3)
163
166
164
167
PLATFORMS
- x86_64-linux
168
+ aarch64-linux-musl
169
+ x86_64-linux-musl
170
171
DEPENDENCIES
172
bump (~> 0.9)
0 commit comments