Skip to content

Bump maintenance_tasks from 2.10.1 to 2.11.0 #5413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2025
Merged
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 @@ -52,7 +52,7 @@ gem "unpwn", "~> 1.0"
gem "webauthn", "~> 3.2"
gem "browser", "~> 6.2"
gem "bcrypt", "~> 3.1"
gem "maintenance_tasks", "~> 2.10"
gem "maintenance_tasks", "~> 2.11"
gem "strong_migrations", "~> 2.1"
gem "phlex-rails", "~> 1.2"
gem "discard", "~> 1.4"
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -449,13 +449,13 @@ GEM
net-imap
net-pop
net-smtp
maintenance_tasks (2.10.1)
actionpack (>= 6.1)
activejob (>= 6.1)
activerecord (>= 6.1)
maintenance_tasks (2.11.0)
actionpack (>= 7.0)
activejob (>= 7.0)
activerecord (>= 7.0)
csv
job-iteration (>= 1.3.6)
railties (>= 6.1)
railties (>= 7.0)
zeitwerk (>= 2.6.2)
marcel (1.0.4)
matrix (0.4.2)
Expand Down Expand Up @@ -945,7 +945,7 @@ DEPENDENCIES
local_time (~> 3.0)
lookbook (~> 2.3)
mail (~> 2.8)
maintenance_tasks (~> 2.10)
maintenance_tasks (~> 2.11)
memory_profiler (~> 1.1)
minitest (~> 5.25)
minitest-gcstats (~> 1.3)
Expand Down Expand Up @@ -1173,7 +1173,7 @@ CHECKSUMS
loofah (2.24.0) sha256=61e6a710883abb8210887f3dc868cf3ed66594c509d9ff6987621efa6651ee1e
lookbook (2.3.4) sha256=16484c9eb514ac0c23c4b59cfd5a52697141d35056e3a9c2a22b314c1b887605
mail (2.8.1) sha256=ec3b9fadcf2b3755c78785cb17bc9a0ca9ee9857108a64b6f5cfc9c0b5bfc9ad
maintenance_tasks (2.10.1) sha256=e16f7df25a034773a25331255e0409623fdfb0a2e5734f05af1976117d7feaee
maintenance_tasks (2.11.0) sha256=8aa5b6958e99c28b5f7ccea076409275fcb589d9a27c7d06492a351fb7e27e95
marcel (1.0.4) sha256=0d5649feb64b8f19f3d3468b96c680bae9746335d02194270287868a661516a4
matrix (0.4.2) sha256=71083ccbd67a14a43bfa78d3e4dc0f4b503b9cc18e5b4b1d686dc0f9ef7c4cc0
memory_profiler (1.1.0) sha256=79a17df7980a140c83c469785905409d3027ca614c42c086089d128b805aa8f8
Expand Down
Loading