Skip to content

Commit c11fc6d

Browse files
committed
Gemfile: Update to Good Job 4.x
Production console shows that we are `v4_ready?`, so let's go for it. Ref: AP-270
1 parent eab0984 commit c11fc6d

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem 'berkeley_library-util', '~> 0.3'
1414
gem 'bootstrap'
1515
gem 'dotenv-rails', '~> 2.8.1', require: 'dotenv/rails-now'
1616
gem 'faraday'
17-
gem 'good_job', '~> 3.99'
17+
gem 'good_job', '~> 4.0'
1818
gem 'ipaddress'
1919
gem 'jaro_winkler', '~> 1.5.5'
2020
gem 'jquery-rails'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,13 @@ GEM
187187
raabro (~> 1.4)
188188
globalid (1.2.1)
189189
activesupport (>= 6.1)
190-
good_job (3.99.1)
191-
activejob (>= 6.0.0)
192-
activerecord (>= 6.0.0)
193-
concurrent-ruby (>= 1.0.2)
194-
fugit (>= 1.1)
195-
railties (>= 6.0.0)
196-
thor (>= 0.14.1)
190+
good_job (4.13.2)
191+
activejob (>= 6.1.0)
192+
activerecord (>= 6.1.0)
193+
concurrent-ruby (>= 1.3.1)
194+
fugit (>= 1.11.0)
195+
railties (>= 6.1.0)
196+
thor (>= 1.0.0)
197197
hashdiff (1.0.1)
198198
hashie (5.0.0)
199199
http-accept (1.7.0)
@@ -522,7 +522,7 @@ DEPENDENCIES
522522
database_cleaner-active_record (~> 2.1)
523523
dotenv-rails (~> 2.8.1)
524524
faraday
525-
good_job (~> 3.99)
525+
good_job (~> 4.0)
526526
ipaddress
527527
jaro_winkler (~> 1.5.5)
528528
jquery-rails

0 commit comments

Comments
 (0)