Skip to content

Commit cff326f

Browse files
authored
Update good_job to version 4.2.0
1 parent 643280a commit cff326f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "bcrypt"
1313
gem "bootsnap", require: false
1414
gem "feedbag"
1515
gem "feedjira"
16-
gem "good_job", "~> 4.1.0"
16+
gem "good_job", "~> 4.2.0"
1717
gem "httparty"
1818
gem "nokogiri", "~> 1.16.0"
1919
gem "pg"

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ GEM
143143
loofah (>= 2.3.1, < 3)
144144
sax-machine (>= 1.0, < 2)
145145
ffi (1.17.0)
146-
fugit (1.11.0)
146+
fugit (1.11.1)
147147
et-orbi (~> 1, >= 1.2.11)
148148
raabro (~> 1.4)
149149
globalid (1.2.1)
150150
activesupport (>= 6.1)
151-
good_job (4.1.1)
151+
good_job (4.2.0)
152152
activejob (>= 6.1.0)
153153
activerecord (>= 6.1.0)
154154
concurrent-ruby (>= 1.3.1)
@@ -183,7 +183,7 @@ GEM
183183
method_source (1.1.0)
184184
mini_mime (1.1.5)
185185
mini_portile2 (2.8.7)
186-
minitest (5.24.1)
186+
minitest (5.25.1)
187187
msgpack (1.7.2)
188188
multi_xml (0.7.1)
189189
bigdecimal (~> 3.1)
@@ -407,7 +407,7 @@ DEPENDENCIES
407407
factory_bot
408408
feedbag
409409
feedjira
410-
good_job (~> 4.1.0)
410+
good_job (~> 4.2.0)
411411
httparty
412412
nokogiri (~> 1.16.0)
413413
pg

0 commit comments

Comments
 (0)