We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc02c67 commit 55e131fCopy full SHA for 55e131f
Gemfile.lock
@@ -127,6 +127,8 @@ GEM
127
nio4r (2.5.9)
128
nokogiri (1.15.3-x64-mingw-ucrt)
129
racc (~> 1.4)
130
+ nokogiri (1.15.3-x86_64-linux)
131
+ racc (~> 1.4)
132
public_suffix (5.0.3)
133
puma (5.6.6)
134
nio4r (~> 2.0)
@@ -168,7 +170,7 @@ GEM
168
170
regexp_parser (2.8.1)
169
171
reline (0.3.6)
172
io-console (~> 0.5)
- rexml (3.2.5)
173
+ rexml (3.3.9)
174
rubyzip (2.3.2)
175
selenium-webdriver (4.10.0)
176
rexml (~> 3.2, >= 3.2.5)
@@ -183,6 +185,7 @@ GEM
183
185
activesupport (>= 5.2)
184
186
sprockets (>= 3.0.0)
187
sqlite3 (1.6.3-x64-mingw-ucrt)
188
+ sqlite3 (1.6.3-x86_64-linux)
189
stimulus-rails (1.2.1)
190
railties (>= 6.0.0)
191
thor (1.2.2)
@@ -219,6 +222,7 @@ GEM
219
222
220
223
PLATFORMS
221
224
x64-mingw-ucrt
225
+ x86_64-linux
226
227
DEPENDENCIES
228
bootsnap
0 commit comments