diff --git a/Gemfile b/Gemfile index c8528730d..322112698 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ gem 'flipper-active_record', '~> 1.4' gem 'flipper-ui', '~> 1.4' gem 'github_webhook', '~> 1.4' gem 'globalid' -gem 'good_job', '~> 4.14' +gem 'good_job', '~> 4.15' gem 'graphql' gem 'graphql-client' gem 'i18n' diff --git a/Gemfile.lock b/Gemfile.lock index 83569ba21..55b4ee87d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -209,7 +209,7 @@ GEM railties (>= 4) globalid (1.3.0) activesupport (>= 6.1) - good_job (4.14.0) + good_job (4.15.0) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -597,7 +597,7 @@ DEPENDENCIES flipper-ui (~> 1.4) github_webhook (~> 1.4) globalid - good_job (~> 4.14) + good_job (~> 4.15) graphiql-rails graphql graphql-client