diff --git a/Gemfile b/Gemfile index 867165c5..0828ebfe 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'draper', '~> 4.0' gem 'flipper', '~> 1.3.1' gem 'flipper-active_record', '~> 1.3.4' gem 'flipper-ui', '~> 1.3.4' -gem 'good_job', '~> 4.10.2' +gem 'good_job', '~> 4.11.1' gem 'jbuilder', '~> 2.13' gem 'jsbundling-rails', '~> 1.3' gem 'lograge', '~> 0.14' diff --git a/Gemfile.lock b/Gemfile.lock index 73675fc0..626f6e07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -264,7 +264,7 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - good_job (4.10.2) + good_job (4.11.1) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -666,7 +666,7 @@ DEPENDENCIES flipper (~> 1.3.1) flipper-active_record (~> 1.3.4) flipper-ui (~> 1.3.4) - good_job (~> 4.10.2) + good_job (~> 4.11.1) i18n-tasks (~> 1.0.15) jbuilder (~> 2.13) jsbundling-rails (~> 1.3)