Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Bump mission_control-jobs from 0.1.1 to 0.2.1 #180

Open
wants to merge 1 commit into
base: v2
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ gem "solid_cache", "~> 0.5.3"

# Use Solid Queue (database) and Mission Control dashboard as the backend for Active Job
gem "solid_queue", "~> 0.2.2"
gem "mission_control-jobs", "~> 0.1.1"
gem "mission_control-jobs", "~> 0.2.1"

# Use Administrate to power Adminland
gem "administrate", ">= 1.0.0.beta1"
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.21.2)
mission_control-jobs (0.1.1)
mission_control-jobs (0.2.1)
importmap-rails
rails (~> 7.1)
stimulus-rails
Expand All @@ -206,9 +206,9 @@ GEM
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.4.0.1)
net-smtp (0.5.0)
net-protocol
nio4r (2.7.0)
nio4r (2.7.1)
nokogiri (1.16.3-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
Expand All @@ -226,7 +226,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.0.9.1)
rack (3.0.10)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand All @@ -245,15 +245,15 @@ GEM
loofah (~> 2.21)
nokogiri (~> 1.14)
rainbow (3.1.1)
rake (13.1.0)
rdoc (6.6.2)
rake (13.2.1)
rdoc (6.6.3.1)
psych (>= 4.0.0)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.19.1)
connection_pool
regexp_parser (2.9.0)
reline (0.4.3)
reline (0.5.0)
io-console (~> 0.5)
rexml (3.2.6)
rspec-core (3.13.0)
Expand Down Expand Up @@ -362,7 +362,7 @@ DEPENDENCIES
image_processing (~> 1.2)
importmap-rails
jbuilder
mission_control-jobs (~> 0.1.1)
mission_control-jobs (~> 0.2.1)
propshaft
puma (>= 5.0)
rails!
Expand Down