Skip to content

Commit

Permalink
Update dependency mission_control-jobs to '~> 0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 8154e64 commit 362671d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem 'jquery-rails'
gem 'jquery-ui-rails' # Can we narrow the widgets to load faster?
gem 'listen', '~> 3.3'
gem 'local_time'
gem 'mission_control-jobs', '~> 0.5.0' # git: 'https://github.com/rails/mission_control-jobs.git', branch: 'main'
gem 'mission_control-jobs', '~> 0.6.0' # git: 'https://github.com/rails/mission_control-jobs.git', branch: 'main'

gem 'mysql2'
gem 'omniauth'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,13 @@ GEM
memory_profiler (1.1.0)
mini_histogram (0.3.1)
mini_mime (1.1.5)
minitest (5.25.1)
minitest (5.25.2)
minitest-reporters (1.7.1)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
mission_control-jobs (0.5.0)
mission_control-jobs (0.6.0)
actioncable (>= 7.1)
actionpack (>= 7.1)
activejob (>= 7.1)
Expand Down Expand Up @@ -415,10 +415,10 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.7.0)
rdoc (6.8.1)
psych (>= 4.0.0)
regexp_parser (2.9.2)
reline (0.5.11)
reline (0.5.12)
io-console (~> 0.5)
responders (3.1.1)
actionpack (>= 5.2)
Expand Down Expand Up @@ -571,7 +571,7 @@ DEPENDENCIES
local_time
memory_profiler
minitest-reporters (>= 0.5.0)
mission_control-jobs (~> 0.5.0)
mission_control-jobs (~> 0.6.0)
mocha (~> 2.6)
mysql2
omniauth
Expand Down

0 comments on commit 362671d

Please sign in to comment.