Skip to content

Commit 50c2730

Browse files
Bump solid_queue from 1.2.1 to 1.2.4
Bumps [solid_queue](https://github.com/rails/solid_queue) from 1.2.1 to 1.2.4. - [Release notes](https://github.com/rails/solid_queue/releases) - [Commits](rails/solid_queue@v1.2.1...v1.2.4) --- updated-dependencies: - dependency-name: solid_queue dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6593b41 commit 50c2730

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

Gemfile.lock

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ GEM
7777
ast (2.4.3)
7878
base64 (0.3.0)
7979
bcrypt (3.1.20)
80+
bcrypt_pbkdf (1.1.1)
8081
bcrypt_pbkdf (1.1.1-x86_64-darwin)
81-
benchmark (0.4.1)
82+
benchmark (0.5.0)
8283
bigdecimal (3.3.1)
8384
bindex (0.8.1)
8485
bootsnap (1.18.6)
@@ -98,7 +99,7 @@ GEM
9899
concurrent-ruby (1.3.5)
99100
connection_pool (2.5.4)
100101
crass (1.0.6)
101-
date (3.4.1)
102+
date (3.5.0)
102103
debug (1.11.0)
103104
irb (~> 1.10)
104105
reline (>= 0.3.8)
@@ -112,12 +113,12 @@ GEM
112113
dotenv (3.1.8)
113114
drb (2.2.3)
114115
ed25519 (1.4.0)
115-
erb (5.1.1)
116+
erb (5.1.3)
116117
erubi (1.13.1)
117118
et-orbi (1.4.0)
118119
tzinfo
119-
fugit (1.11.2)
120-
et-orbi (~> 1, >= 1.2.11)
120+
fugit (1.12.1)
121+
et-orbi (~> 1.4)
121122
raabro (~> 1.4)
122123
globalid (1.3.0)
123124
activesupport (>= 6.1)
@@ -182,6 +183,8 @@ GEM
182183
nio4r (2.7.4)
183184
nokogiri (1.18.10-x86_64-darwin)
184185
racc (~> 1.4)
186+
nokogiri (1.18.10-x86_64-linux-gnu)
187+
racc (~> 1.4)
185188
orm_adapter (0.5.0)
186189
ostruct (0.6.3)
187190
parallel (1.27.0)
@@ -245,7 +248,7 @@ GEM
245248
tsort (>= 0.2)
246249
zeitwerk (~> 2.6)
247250
rainbow (3.1.1)
248-
rake (13.3.0)
251+
rake (13.3.1)
249252
rdoc (6.15.0)
250253
erb
251254
psych (>= 4.0.0)
@@ -322,14 +325,15 @@ GEM
322325
activejob (>= 7.2)
323326
activerecord (>= 7.2)
324327
railties (>= 7.2)
325-
solid_queue (1.2.1)
328+
solid_queue (1.2.4)
326329
activejob (>= 7.1)
327330
activerecord (>= 7.1)
328331
concurrent-ruby (>= 1.3.1)
329-
fugit (~> 1.11.0)
332+
fugit (~> 1.11)
330333
railties (>= 7.1)
331334
thor (>= 1.3.1)
332335
sqlite3 (2.7.4-x86_64-darwin)
336+
sqlite3 (2.7.4-x86_64-linux-gnu)
333337
sshkit (1.24.0)
334338
base64
335339
logger
@@ -342,7 +346,8 @@ GEM
342346
stringio (3.1.7)
343347
thor (1.4.0)
344348
thruster (0.1.16-x86_64-darwin)
345-
timeout (0.4.3)
349+
thruster (0.1.16-x86_64-linux)
350+
timeout (0.4.4)
346351
tsort (0.2.0)
347352
turbo-rails (2.0.17)
348353
actionpack (>= 7.1.0)
@@ -352,7 +357,7 @@ GEM
352357
unicode-display_width (3.2.0)
353358
unicode-emoji (~> 4.1)
354359
unicode-emoji (4.1.0)
355-
uri (1.0.4)
360+
uri (1.1.0)
356361
useragent (0.16.11)
357362
warden (1.2.9)
358363
rack (>= 2.0.9)
@@ -372,6 +377,7 @@ GEM
372377

373378
PLATFORMS
374379
x86_64-darwin-20
380+
x86_64-linux
375381

376382
DEPENDENCIES
377383
bootsnap

0 commit comments

Comments
 (0)