We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e882cb commit 93d87f1Copy full SHA for 93d87f1
Gemfile
@@ -13,7 +13,7 @@ gem "bcrypt"
13
gem "bootsnap", require: false
14
gem "feedbag"
15
gem "feedjira"
16
-gem "good_job", "~> 4.2.0"
+gem "good_job", "~> 4.3.0"
17
gem "httparty"
18
gem "nokogiri", "~> 1.16.0"
19
gem "pg"
Gemfile.lock
@@ -148,7 +148,7 @@ GEM
148
raabro (~> 1.4)
149
globalid (1.2.1)
150
activesupport (>= 6.1)
151
- good_job (4.2.1)
+ good_job (4.3.0)
152
activejob (>= 6.1.0)
153
activerecord (>= 6.1.0)
154
concurrent-ruby (>= 1.3.1)
@@ -404,7 +404,7 @@ DEPENDENCIES
404
factory_bot
405
feedbag
406
feedjira
407
- good_job (~> 4.2.0)
+ good_job (~> 4.3.0)
408
httparty
409
nokogiri (~> 1.16.0)
410
pg
0 commit comments