We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc02c67 commit 1407785Copy full SHA for 1407785
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,8 @@ 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.6)
174
+ strscan
175
rubyzip (2.3.2)
176
selenium-webdriver (4.10.0)
177
rexml (~> 3.2, >= 3.2.5)
@@ -183,8 +186,10 @@ GEM
183
186
activesupport (>= 5.2)
184
187
sprockets (>= 3.0.0)
185
188
sqlite3 (1.6.3-x64-mingw-ucrt)
189
+ sqlite3 (1.6.3-x86_64-linux)
190
stimulus-rails (1.2.1)
191
railties (>= 6.0.0)
192
+ strscan (3.1.0)
193
thor (1.2.2)
194
timeout (0.4.0)
195
turbo-rails (1.4.0)
@@ -219,6 +224,7 @@ GEM
219
224
220
225
PLATFORMS
221
226
x64-mingw-ucrt
227
+ x86_64-linux
222
228
223
229
DEPENDENCIES
230
bootsnap
0 commit comments