Skip to content

Commit ad0e2a3

Browse files
build(deps): Bump delayed_job from 4.1.13 to 4.2.0
Bumps [delayed_job](https://github.com/collectiveidea/delayed_job) from 4.1.13 to 4.2.0. - [Release notes](https://github.com/collectiveidea/delayed_job/releases) - [Changelog](https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md) - [Commits](collectiveidea/delayed_job@v4.1.13...v4.2.0) --- updated-dependencies: - dependency-name: delayed_job dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 83a1c9e commit ad0e2a3

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Gemfile.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ GEM
8888
bcrypt_pbkdf (1.1.2)
8989
bcrypt_pbkdf (1.1.2-arm64-darwin)
9090
bcrypt_pbkdf (1.1.2-x86_64-darwin)
91-
bigdecimal (3.3.1)
91+
benchmark (0.5.0)
92+
bigdecimal (4.0.1)
9293
bootsnap (1.19.0)
9394
msgpack (~> 1.2)
9495
builder (3.3.0)
@@ -123,8 +124,10 @@ GEM
123124
csv (3.3.5)
124125
daemons (1.4.1)
125126
date (3.5.1)
126-
delayed_job (4.1.13)
127+
delayed_job (4.2.0)
127128
activesupport (>= 3.0, < 9.0)
129+
benchmark
130+
logger
128131
delayed_job_active_record (4.1.11)
129132
activerecord (>= 3.0, < 9.0)
130133
delayed_job (>= 3.0, < 5)
@@ -177,7 +180,7 @@ GEM
177180
csv
178181
mini_mime (>= 1.0.0)
179182
multi_xml (>= 0.5.2)
180-
i18n (1.14.7)
183+
i18n (1.14.8)
181184
concurrent-ruby (~> 1.0)
182185
identicon (0.0.5)
183186
chunky_png
@@ -217,10 +220,11 @@ GEM
217220
mime-types-data (3.2025.0924)
218221
mini_mime (1.1.5)
219222
mini_portile2 (2.8.9)
220-
minitest (5.27.0)
223+
minitest (6.0.1)
224+
prism (~> 1.5)
221225
msgpack (1.8.0)
222-
multi_xml (0.7.2)
223-
bigdecimal (~> 3.1)
226+
multi_xml (0.8.1)
227+
bigdecimal (>= 3.1, < 5)
224228
mysql2 (0.5.7)
225229
bigdecimal
226230
net-http (0.8.0)

0 commit comments

Comments
 (0)