From fbc36ca270be847b39ad54c5bf3ec0f6fe1b0c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 22:14:51 +0000 Subject: [PATCH] Bump mission_control-jobs from 0.3.1 to 0.4.0 Bumps [mission_control-jobs](https://github.com/rails/mission_control-jobs) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/rails/mission_control-jobs/releases) - [Commits](https://github.com/rails/mission_control-jobs/commits) --- updated-dependencies: - dependency-name: mission_control-jobs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 ++++++++++++++------------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 3d01e47a..6cfcf2e2 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ end gem 'solid_queue' # New queue system coming to Rails 8 # TODO: Remove the version when we upgrade to Rails 8 -gem 'mission_control-jobs', '0.3.1' # Admin backend for jobs +gem 'mission_control-jobs', '0.4.0' # Admin backend for jobs # Needs to be as early as possible to do it's job gem 'dotenv-rails', require: 'dotenv/load' # , groups: [:development, :test] # Load env variables in dev diff --git a/Gemfile.lock b/Gemfile.lock index c1634ecb..7abefa22 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,7 +175,7 @@ GEM activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) database_cleaner-core (2.0.1) - date (3.3.4) + date (3.4.0) debug (1.9.2) irb (~> 1.10) reline (>= 0.3.8) @@ -317,7 +317,7 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) logger (1.6.1) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) lumberjack (1.2.10) @@ -331,10 +331,14 @@ GEM method_source (1.1.0) mini_mime (1.1.5) minitest (5.25.1) - mission_control-jobs (0.3.1) - importmap-rails + mission_control-jobs (0.4.0) + actioncable (>= 7.1) + actionpack (>= 7.1) + activejob (>= 7.1) + activerecord (>= 7.1) + importmap-rails (>= 1.2.1) irb (~> 1.13) - rails (>= 7.1) + railties (>= 7.1) stimulus-rails turbo-rails msgpack (1.7.3) @@ -356,7 +360,7 @@ GEM nilify_blanks (1.4.0) activerecord (>= 4.0.0) activesupport (>= 4.0.0) - nio4r (2.7.3) + nio4r (2.7.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) notiffany (0.1.3) @@ -395,9 +399,8 @@ GEM rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rackup (2.1.0) + rackup (2.2.0) rack (>= 3) - webrick (~> 1.8) rails (7.2.1.1) actioncable (= 7.2.1.1) actionmailbox (= 7.2.1.1) @@ -626,7 +629,7 @@ GEM temple (0.10.3) thor (1.3.2) tilt (2.4.0) - timeout (0.4.1) + timeout (0.4.2) traceroute (0.8.1) rails (>= 3.0.0) turbo-rails (2.0.11) @@ -645,7 +648,6 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) - webrick (1.8.2) websocket (1.2.11) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) @@ -656,7 +658,7 @@ GEM yard-sorbet (0.9.0) sorbet-runtime yard - zeitwerk (2.7.0) + zeitwerk (2.7.1) PLATFORMS x86_64-linux @@ -689,7 +691,7 @@ DEPENDENCIES json_schemer kaminari letter_opener - mission_control-jobs (= 0.3.1) + mission_control-jobs (= 0.4.0) mysql2 (~> 0.5) nilify_blanks oai