Skip to content

Commit a8da3a0

Browse files
Bump solid_queue from 1.1.4 to 1.2.0
Bumps [solid_queue](https://github.com/rails/solid_queue) from 1.1.4 to 1.2.0. - [Release notes](https://github.com/rails/solid_queue/releases) - [Commits](rails/solid_queue@v1.1.4...v1.2.0) --- updated-dependencies: - dependency-name: solid_queue dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bab368b commit a8da3a0

File tree

1 file changed

+27
-25
lines changed

1 file changed

+27
-25
lines changed

Gemfile.lock

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ GEM
7575
addressable (2.8.7)
7676
public_suffix (>= 2.0.2, < 7.0)
7777
ast (2.4.3)
78-
base64 (0.2.0)
78+
base64 (0.3.0)
7979
bcrypt_pbkdf (1.1.1)
8080
bcrypt_pbkdf (1.1.1-arm64-darwin)
8181
bcrypt_pbkdf (1.1.1-x86_64-darwin)
82-
benchmark (0.4.0)
83-
bigdecimal (3.1.9)
82+
benchmark (0.4.1)
83+
bigdecimal (3.2.2)
8484
bindex (0.8.1)
8585
bootsnap (1.18.4)
8686
msgpack (~> 1.2)
@@ -97,7 +97,7 @@ GEM
9797
regexp_parser (>= 1.5, < 3.0)
9898
xpath (~> 3.2)
9999
concurrent-ruby (1.3.5)
100-
connection_pool (2.5.0)
100+
connection_pool (2.5.3)
101101
crass (1.0.6)
102102
date (3.4.1)
103103
debug (1.10.0)
@@ -107,8 +107,9 @@ GEM
107107
dotenv-rails (3.1.7)
108108
dotenv (= 3.1.7)
109109
railties (>= 6.1)
110-
drb (2.2.1)
110+
drb (2.2.3)
111111
ed25519 (1.3.0)
112+
erb (5.0.1)
112113
erubi (1.13.1)
113114
et-orbi (1.2.11)
114115
tzinfo
@@ -124,7 +125,7 @@ GEM
124125
activesupport (>= 6.0.0)
125126
railties (>= 6.0.0)
126127
io-console (0.8.0)
127-
irb (1.15.1)
128+
irb (1.15.2)
128129
pp (>= 0.6.0)
129130
rdoc (>= 4.0.0)
130131
reline (>= 0.4.2)
@@ -148,7 +149,7 @@ GEM
148149
language_server-protocol (3.17.0.4)
149150
lint_roller (1.1.0)
150151
logger (1.7.0)
151-
loofah (2.24.0)
152+
loofah (2.24.1)
152153
crass (~> 1.0.2)
153154
nokogiri (>= 1.12.0)
154155
mail (2.8.1)
@@ -179,21 +180,21 @@ GEM
179180
net-protocol
180181
net-ssh (7.3.0)
181182
nio4r (2.7.4)
182-
nokogiri (1.18.7-aarch64-linux-gnu)
183+
nokogiri (1.18.8-aarch64-linux-gnu)
183184
racc (~> 1.4)
184-
nokogiri (1.18.7-aarch64-linux-musl)
185+
nokogiri (1.18.8-aarch64-linux-musl)
185186
racc (~> 1.4)
186-
nokogiri (1.18.7-arm-linux-gnu)
187+
nokogiri (1.18.8-arm-linux-gnu)
187188
racc (~> 1.4)
188-
nokogiri (1.18.7-arm-linux-musl)
189+
nokogiri (1.18.8-arm-linux-musl)
189190
racc (~> 1.4)
190-
nokogiri (1.18.7-arm64-darwin)
191+
nokogiri (1.18.8-arm64-darwin)
191192
racc (~> 1.4)
192-
nokogiri (1.18.7-x86_64-darwin)
193+
nokogiri (1.18.8-x86_64-darwin)
193194
racc (~> 1.4)
194-
nokogiri (1.18.7-x86_64-linux-gnu)
195+
nokogiri (1.18.8-x86_64-linux-gnu)
195196
racc (~> 1.4)
196-
nokogiri (1.18.7-x86_64-linux-musl)
197+
nokogiri (1.18.8-x86_64-linux-musl)
197198
racc (~> 1.4)
198199
ostruct (0.6.1)
199200
parallel (1.26.3)
@@ -210,16 +211,16 @@ GEM
210211
activesupport (>= 7.0.0)
211212
rack
212213
railties (>= 7.0.0)
213-
psych (5.2.3)
214+
psych (5.2.6)
214215
date
215216
stringio
216217
public_suffix (6.0.1)
217218
puma (6.6.0)
218219
nio4r (~> 2.0)
219220
raabro (1.4.0)
220221
racc (1.8.1)
221-
rack (3.1.12)
222-
rack-session (2.1.0)
222+
rack (3.1.16)
223+
rack-session (2.1.1)
223224
base64 (>= 0.1.0)
224225
rack (>= 3.0.0)
225226
rack-test (2.2.0)
@@ -240,7 +241,7 @@ GEM
240241
activesupport (= 8.0.2)
241242
bundler (>= 1.15.0)
242243
railties (= 8.0.2)
243-
rails-dom-testing (2.2.0)
244+
rails-dom-testing (2.3.0)
244245
activesupport (>= 5.0.0)
245246
minitest
246247
nokogiri (>= 1.6)
@@ -256,11 +257,12 @@ GEM
256257
thor (~> 1.0, >= 1.2.2)
257258
zeitwerk (~> 2.6)
258259
rainbow (3.1.1)
259-
rake (13.2.1)
260-
rdoc (6.13.1)
260+
rake (13.3.0)
261+
rdoc (6.14.2)
262+
erb
261263
psych (>= 4.0.0)
262264
regexp_parser (2.10.0)
263-
reline (0.6.0)
265+
reline (0.6.1)
264266
io-console (~> 0.5)
265267
rexml (3.4.1)
266268
rubocop (1.75.1)
@@ -309,7 +311,7 @@ GEM
309311
activejob (>= 7.2)
310312
activerecord (>= 7.2)
311313
railties (>= 7.2)
312-
solid_queue (1.1.4)
314+
solid_queue (1.2.0)
313315
activejob (>= 7.1)
314316
activerecord (>= 7.1)
315317
concurrent-ruby (>= 1.3.1)
@@ -334,7 +336,7 @@ GEM
334336
ostruct
335337
stimulus-rails (1.3.4)
336338
railties (>= 6.0.0)
337-
stringio (3.1.6)
339+
stringio (3.1.7)
338340
thor (1.3.2)
339341
thruster (0.1.12)
340342
thruster (0.1.12-aarch64-linux)
@@ -374,7 +376,7 @@ GEM
374376
websocket-extensions (0.1.5)
375377
xpath (3.2.0)
376378
nokogiri (~> 1.8)
377-
zeitwerk (2.7.2)
379+
zeitwerk (2.7.3)
378380

379381
PLATFORMS
380382
aarch64-linux

0 commit comments

Comments
 (0)