Skip to content

Commit b00cca3

Browse files
Update dependency sidekiq to v6.5.10 [SECURITY]
1 parent b65a4b1 commit b00cca3

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Gemfile.lock

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,13 @@ GEM
131131
nio4r (2.5.8)
132132
nokogiri (1.13.8-x86_64-darwin)
133133
racc (~> 1.4)
134+
nokogiri (1.13.8-x86_64-linux)
135+
racc (~> 1.4)
134136
public_suffix (5.0.0)
135137
puma (5.6.5)
136138
nio4r (~> 2.0)
137139
racc (1.6.0)
138-
rack (2.2.4)
140+
rack (2.2.8)
139141
rack-test (2.0.2)
140142
rack (>= 1.3)
141143
rails (7.0.4)
@@ -165,7 +167,7 @@ GEM
165167
thor (~> 1.0)
166168
zeitwerk (~> 2.5)
167169
rake (13.0.6)
168-
redis (4.8.0)
170+
redis (4.8.1)
169171
regexp_parser (2.5.0)
170172
reline (0.3.1)
171173
io-console (~> 0.5)
@@ -176,8 +178,8 @@ GEM
176178
rexml (~> 3.2, >= 3.2.5)
177179
rubyzip (>= 1.2.2, < 3.0)
178180
websocket (~> 1.0)
179-
sidekiq (6.5.6)
180-
connection_pool (>= 2.2.5)
181+
sidekiq (6.5.10)
182+
connection_pool (>= 2.2.5, < 3)
181183
rack (~> 2.0)
182184
redis (>= 4.5.0, < 5)
183185
sprockets (4.1.1)
@@ -188,6 +190,7 @@ GEM
188190
activesupport (>= 5.2)
189191
sprockets (>= 3.0.0)
190192
sqlite3 (1.5.0-x86_64-darwin)
193+
sqlite3 (1.5.0-x86_64-linux)
191194
stimulus-rails (1.1.0)
192195
railties (>= 6.0.0)
193196
strscan (3.0.4)
@@ -218,6 +221,7 @@ GEM
218221

219222
PLATFORMS
220223
x86_64-darwin-21
224+
x86_64-linux
221225

222226
DEPENDENCIES
223227
bootsnap

0 commit comments

Comments
 (0)