diff --git a/Gemfile b/Gemfile index 4b78c482..0b84a21e 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.0' +gem 'good_job', '~> 4.10.1' gem 'jbuilder', '~> 2.13' gem 'jsbundling-rails', '~> 1.3' gem 'lograge', '~> 0.14' diff --git a/Gemfile.lock b/Gemfile.lock index 5d62b399..e470a39d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,6 +221,7 @@ GEM dry-inflector (~> 1.0) dry-logic (~> 1.4) zeitwerk (~> 2.6) + erb (5.0.1) erubi (1.13.1) erubis (2.7.0) et-orbi (1.2.11) @@ -261,7 +262,7 @@ GEM raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) - good_job (4.10.0) + good_job (4.10.1) activejob (>= 6.1.0) activerecord (>= 6.1.0) concurrent-ruby (>= 1.3.1) @@ -409,7 +410,7 @@ GEM pry (>= 0.13, < 0.16) pry-rails (0.3.11) pry (>= 0.13.0) - psych (5.2.4) + psych (5.2.6) date stringio public_suffix (6.0.1) @@ -448,7 +449,7 @@ GEM activesupport (= 8.0.2) bundler (>= 1.15.0) railties (= 8.0.2) - rails-dom-testing (2.2.0) + rails-dom-testing (2.3.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) @@ -483,7 +484,8 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.11.1) ffi (~> 1.0) - rdoc (6.13.1) + rdoc (6.14.0) + erb psych (>= 4.0.0) reek (6.5.0) dry-schema (~> 1.13) @@ -633,7 +635,7 @@ GEM yaaf (3.0.2) activemodel (>= 5.2) activerecord (>= 5.2) - zeitwerk (2.7.2) + zeitwerk (2.7.3) PLATFORMS arm64-darwin-22 @@ -662,7 +664,7 @@ DEPENDENCIES flipper (~> 1.3.1) flipper-active_record (~> 1.3.4) flipper-ui (~> 1.3.4) - good_job (~> 4.10.0) + good_job (~> 4.10.1) i18n-tasks (~> 1.0.15) jbuilder (~> 2.13) jsbundling-rails (~> 1.3)