diff --git a/Gemfile b/Gemfile index 374609c3..079cb0f7 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.9.3' +gem 'good_job', '~> 4.10.0' gem 'jbuilder', '~> 2.13' gem 'jsbundling-rails', '~> 1.3' gem 'lograge', '~> 0.14' diff --git a/Gemfile.lock b/Gemfile.lock index 559f3f27..625a378f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -261,7 +261,7 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - good_job (4.9.3) + good_job (4.10.0) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -602,7 +602,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - stringio (3.1.6) + stringio (3.1.7) strong_migrations (2.3.0) activerecord (>= 7) terminal-table (4.0.0) @@ -661,7 +661,7 @@ DEPENDENCIES flipper (~> 1.3.1) flipper-active_record (~> 1.3.4) flipper-ui (~> 1.3.4) - good_job (~> 4.9.3) + good_job (~> 4.10.0) i18n-tasks (~> 1.0.15) jbuilder (~> 2.13) jsbundling-rails (~> 1.3)