Skip to content

Commit d3fcfdf

Browse files
committed
Update outdated dependencies
Mostly to address csv and nokogiri security alerts.
1 parent 7d57876 commit d3fcfdf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Gemfile.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ GEM
102102
concurrent-ruby (1.3.5)
103103
connection_pool (2.5.0)
104104
crass (1.0.6)
105-
cssbundling-rails (1.4.1)
105+
cssbundling-rails (1.4.3)
106106
railties (>= 6.0.0)
107-
csv (3.3.2)
107+
csv (3.3.3)
108108
date (3.4.1)
109109
debug (1.10.0)
110110
irb (~> 1.10)
@@ -167,7 +167,7 @@ GEM
167167
matrix (0.4.2)
168168
mini_mime (1.1.5)
169169
mini_portile2 (2.8.8)
170-
minitest (5.25.4)
170+
minitest (5.25.5)
171171
net-imap (0.5.6)
172172
date
173173
net-protocol
@@ -178,12 +178,12 @@ GEM
178178
net-smtp (0.5.1)
179179
net-protocol
180180
nio4r (2.7.4)
181-
nokogiri (1.18.3)
181+
nokogiri (1.18.5)
182182
mini_portile2 (~> 2.8.2)
183183
racc (~> 1.4)
184-
nokogiri (1.18.3-arm64-darwin)
184+
nokogiri (1.18.5-arm64-darwin)
185185
racc (~> 1.4)
186-
nokogiri (1.18.3-x86_64-linux-gnu)
186+
nokogiri (1.18.5-x86_64-linux-gnu)
187187
racc (~> 1.4)
188188
orm_adapter (0.5.0)
189189
pp (0.6.2)
@@ -249,7 +249,7 @@ GEM
249249
rexml (3.4.1)
250250
rubyzip (2.4.1)
251251
securerandom (0.4.1)
252-
selenium-webdriver (4.28.0)
252+
selenium-webdriver (4.30.0)
253253
base64 (~> 0.2)
254254
logger (~> 1.4)
255255
rexml (~> 3.2, >= 3.2.5)
@@ -271,11 +271,11 @@ GEM
271271
actionpack (>= 6.1)
272272
activesupport (>= 6.1)
273273
sprockets (>= 3.0.0)
274-
sqlite3 (2.5.0)
274+
sqlite3 (2.6.0)
275275
mini_portile2 (~> 2.8.0)
276-
sqlite3 (2.5.0-arm64-darwin)
277-
sqlite3 (2.5.0-x86_64-linux-gnu)
278-
stringio (3.1.3)
276+
sqlite3 (2.6.0-arm64-darwin)
277+
sqlite3 (2.6.0-x86_64-linux-gnu)
278+
stringio (3.1.5)
279279
thor (1.3.2)
280280
timeout (0.4.3)
281281
tzinfo (2.0.6)

0 commit comments

Comments
 (0)