We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58411c commit 86c7ef4Copy full SHA for 86c7ef4
Gemfile.lock
@@ -126,6 +126,8 @@ GEM
126
nio4r (2.7.1)
127
nokogiri (1.16.4-arm64-darwin)
128
racc (~> 1.4)
129
+ nokogiri (1.16.4-x86_64-linux)
130
+ racc (~> 1.4)
131
psych (5.1.2)
132
stringio
133
puma (6.4.2)
@@ -174,6 +176,7 @@ GEM
174
176
reline (0.5.1)
175
177
io-console (~> 0.5)
178
sqlite3 (1.7.3-arm64-darwin)
179
+ sqlite3 (1.7.3-x86_64-linux)
180
stringio (3.1.0)
181
thor (1.3.1)
182
timeout (0.4.1)
@@ -187,6 +190,7 @@ GEM
187
190
188
191
PLATFORMS
189
192
arm64-darwin
193
+ x86_64-linux
194
195
DEPENDENCIES
196
appraisal
0 commit comments