Skip to content

Commit 65db360

Browse files
committed
Gemfile: Update Good Job to 3.99.1
There should be no functional difference, other than additional deprecation warnings and the ability to ensure v4 compatibility. Ref: AP-270
1 parent 168a538 commit 65db360

2 files changed

Lines changed: 3 additions & 3 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.25', '< 3.99.0'
17+
gem 'good_job', '~> 3.99'
1818
gem 'ipaddress'
1919
gem 'jaro_winkler', '~> 1.5.5'
2020
gem 'jquery-rails'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ GEM
187187
raabro (~> 1.4)
188188
globalid (1.2.1)
189189
activesupport (>= 6.1)
190-
good_job (3.30.1)
190+
good_job (3.99.1)
191191
activejob (>= 6.0.0)
192192
activerecord (>= 6.0.0)
193193
concurrent-ruby (>= 1.0.2)
@@ -522,7 +522,7 @@ DEPENDENCIES
522522
database_cleaner-active_record (~> 2.1)
523523
dotenv-rails (~> 2.8.1)
524524
faraday
525-
good_job (~> 3.25, < 3.99.0)
525+
good_job (~> 3.99)
526526
ipaddress
527527
jaro_winkler (~> 1.5.5)
528528
jquery-rails

0 commit comments

Comments
 (0)