Skip to content

Commit

Permalink
Bump mission_control-jobs from 0.3.1 to 0.4.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 8abd8da commit fbc36ca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
26 changes: 14 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fbc36ca

Please sign in to comment.