Skip to content

Commit

Permalink
Bump mission_control-jobs from 0.3.1 to 0.3.3
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.3.3.
- [Release notes](https://github.com/rails/mission_control-jobs/releases)
- [Commits](rails/mission_control-jobs@v0.3.1...v0.3.3)

---
updated-dependencies:
- dependency-name: mission_control-jobs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent bde658f commit a01e086
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.3.3' # 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
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.25.1)
mission_control-jobs (0.3.1)
mission_control-jobs (0.3.3)
importmap-rails
irb (~> 1.13)
rails (>= 7.1)
Expand All @@ -343,7 +343,7 @@ GEM
nenv (0.3.0)
net-http (0.4.1)
uri
net-imap (0.4.16)
net-imap (0.5.0)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -388,7 +388,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-session (2.0.0)
Expand Down Expand Up @@ -689,7 +689,7 @@ DEPENDENCIES
json_schemer
kaminari
letter_opener
mission_control-jobs (= 0.3.1)
mission_control-jobs (= 0.3.3)
mysql2 (~> 0.5)
nilify_blanks
oai
Expand Down

0 comments on commit a01e086

Please sign in to comment.