diff --git a/Gemfile b/Gemfile index 069c7a4a..81554d40 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'draper', '~> 4.0' gem 'flipper', '~> 1.3.5' gem 'flipper-active_record', '~> 1.3.5' gem 'flipper-ui', '~> 1.3.5' -gem 'good_job', '~> 4.11.1' +gem 'good_job', '~> 4.11.2' gem 'jbuilder', '~> 2.14' gem 'jsbundling-rails', '~> 1.3' gem 'lograge', '~> 0.14' diff --git a/Gemfile.lock b/Gemfile.lock index 5d7f8d41..b87565da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,10 +224,10 @@ GEM dry-inflector (~> 1.0) dry-logic (~> 1.4) zeitwerk (~> 2.6) - erb (5.0.1) + erb (5.0.2) erubi (1.13.1) erubis (2.7.0) - et-orbi (1.2.11) + et-orbi (1.3.0) tzinfo factory_bot (6.5.4) activesupport (>= 6.1.0) @@ -265,7 +265,7 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - good_job (4.11.1) + good_job (4.11.2) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -305,7 +305,7 @@ GEM has_scope (>= 0.6) railties (>= 6.0) responders (>= 2) - io-console (0.8.0) + io-console (0.8.1) irb (1.15.2) pp (>= 0.6.0) rdoc (>= 4.0.0) @@ -487,7 +487,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.14.1) + rdoc (6.14.2) erb psych (>= 4.0.0) reek (6.5.0) @@ -497,7 +497,7 @@ GEM rainbow (>= 2.0, < 4.0) rexml (~> 3.1) regexp_parser (2.10.0) - reline (0.6.1) + reline (0.6.2) io-console (~> 0.5) request_store (1.7.0) rack (>= 1.4) @@ -667,7 +667,7 @@ DEPENDENCIES flipper (~> 1.3.5) flipper-active_record (~> 1.3.5) flipper-ui (~> 1.3.5) - good_job (~> 4.11.1) + good_job (~> 4.11.2) i18n-tasks (~> 1.0.15) jbuilder (~> 2.14) jsbundling-rails (~> 1.3)