Skip to content

Commit

Permalink
update mission_control-jobs gem
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 13, 2025
1 parent 7c74e22 commit 6fbf4ad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ gem 'progress_bar'
gem 'rails_autolink'
gem 'kramdown'
gem 'solid_queue', "~> 1.0"
gem 'mission_control-jobs'
gem 'mission_control-jobs', "~> 0.6.0"
gem 'acts-as-taggable-on'
gem 'resync' # , github: 'nabeta/resync', branch: 'add-datetime'
gem 'pretender'
Expand Down
18 changes: 11 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ GEM
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
importmap-rails (2.0.3)
importmap-rails (2.1.0)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
Expand Down Expand Up @@ -264,10 +264,14 @@ GEM
mini_magick (4.13.2)
mini_mime (1.1.5)
minitest (5.25.4)
mission_control-jobs (0.3.3)
importmap-rails
mission_control-jobs (0.6.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.5)
Expand Down Expand Up @@ -350,7 +354,7 @@ GEM
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rails-i18n (7.0.9)
rails-i18n (7.0.10)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
rails_autolink (1.1.8)
Expand Down Expand Up @@ -449,7 +453,7 @@ GEM
simplecov_json_formatter (0.1.4)
sitemap_generator (6.3.0)
builder (~> 3.0)
solid_queue (1.0.0)
solid_queue (1.1.2)
activejob (>= 7.1)
activerecord (>= 7.1)
concurrent-ruby (>= 1.3.1)
Expand Down Expand Up @@ -560,7 +564,7 @@ DEPENDENCIES
kt-paperclip
library_stdnums
lisbn
mission_control-jobs
mission_control-jobs (~> 0.6.0)
oai
parallel_tests
pg (~> 1.1)
Expand Down

0 comments on commit 6fbf4ad

Please sign in to comment.