Skip to content

Commit b7beeaa

Browse files
authored
Update good_job to version 4.10.0 (#1303)
1 parent d656969 commit b7beeaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
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.9.0"
16+
gem "good_job", "~> 4.10.0"
1717
gem "httparty"
1818
gem "nokogiri", "~> 1.18.0"
1919
gem "pg"

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ GEM
110110
coercible (1.0.0)
111111
descendants_tracker (~> 0.0.1)
112112
concurrent-ruby (1.3.5)
113-
connection_pool (2.5.1)
113+
connection_pool (2.5.2)
114114
coveralls_reborn (0.28.0)
115115
simplecov (~> 0.22.0)
116116
term-ansicolor (~> 1.7)
@@ -152,7 +152,7 @@ GEM
152152
raabro (~> 1.4)
153153
globalid (1.2.1)
154154
activesupport (>= 6.1)
155-
good_job (4.9.3)
155+
good_job (4.10.0)
156156
activejob (>= 6.1.0)
157157
activerecord (>= 6.1.0)
158158
concurrent-ruby (>= 1.3.1)
@@ -428,7 +428,7 @@ DEPENDENCIES
428428
factory_bot
429429
feedbag
430430
feedjira
431-
good_job (~> 4.9.0)
431+
good_job (~> 4.10.0)
432432
httparty
433433
nokogiri (~> 1.18.0)
434434
pg

0 commit comments

Comments
 (0)