Skip to content

Commit cc4edcb

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 0bfacc9 commit cc4edcb

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,7 +113,7 @@ 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
@@ -123,8 +124,8 @@ GEM
123124
railties (>= 6.1.0)
124125
faker (3.5.2)
125126
i18n (>= 1.8.11, < 2)
126-
fugit (1.11.2)
127-
et-orbi (~> 1, >= 1.2.11)
127+
fugit (1.12.1)
128+
et-orbi (~> 1.4)
128129
raabro (~> 1.4)
129130
globalid (1.3.0)
130131
activesupport (>= 6.1)
@@ -189,6 +190,8 @@ GEM
189190
nio4r (2.7.4)
190191
nokogiri (1.18.10-x86_64-darwin)
191192
racc (~> 1.4)
193+
nokogiri (1.18.10-x86_64-linux-gnu)
194+
racc (~> 1.4)
192195
orm_adapter (0.5.0)
193196
ostruct (0.6.3)
194197
parallel (1.27.0)
@@ -257,7 +260,7 @@ GEM
257260
tsort (>= 0.2)
258261
zeitwerk (~> 2.6)
259262
rainbow (3.1.1)
260-
rake (13.3.0)
263+
rake (13.3.1)
261264
rdoc (6.15.0)
262265
erb
263266
psych (>= 4.0.0)
@@ -334,14 +337,15 @@ GEM
334337
activejob (>= 7.2)
335338
activerecord (>= 7.2)
336339
railties (>= 7.2)
337-
solid_queue (1.2.1)
340+
solid_queue (1.2.4)
338341
activejob (>= 7.1)
339342
activerecord (>= 7.1)
340343
concurrent-ruby (>= 1.3.1)
341-
fugit (~> 1.11.0)
344+
fugit (~> 1.11)
342345
railties (>= 7.1)
343346
thor (>= 1.3.1)
344347
sqlite3 (2.7.4-x86_64-darwin)
348+
sqlite3 (2.7.4-x86_64-linux-gnu)
345349
sshkit (1.24.0)
346350
base64
347351
logger
@@ -354,7 +358,8 @@ GEM
354358
stringio (3.1.7)
355359
thor (1.4.0)
356360
thruster (0.1.16-x86_64-darwin)
357-
timeout (0.4.3)
361+
thruster (0.1.16-x86_64-linux)
362+
timeout (0.4.4)
358363
tsort (0.2.0)
359364
turbo-rails (2.0.17)
360365
actionpack (>= 7.1.0)
@@ -364,7 +369,7 @@ GEM
364369
unicode-display_width (3.2.0)
365370
unicode-emoji (~> 4.1)
366371
unicode-emoji (4.1.0)
367-
uri (1.0.4)
372+
uri (1.1.0)
368373
useragent (0.16.11)
369374
warden (1.2.9)
370375
rack (>= 2.0.9)
@@ -384,6 +389,7 @@ GEM
384389

385390
PLATFORMS
386391
x86_64-darwin-20
392+
x86_64-linux
387393

388394
DEPENDENCIES
389395
bootsnap

0 commit comments

Comments
 (0)