Skip to content

Commit

Permalink
Merge pull request #5924 from dodona-edu/dependabot/bundler/delayed_j…
Browse files Browse the repository at this point in the history
…ob_active_record-4.1.11
  • Loading branch information
bmesuere authored Nov 12, 2024
2 parents 406da24 + 6b8b921 commit ead8722
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gem 'bootsnap', '~> 1.18.4', require: false
gem 'json_schemer', '~> 2.3.0'

# delayed jobs
gem 'delayed_job_active_record', '~> 4.1.10'
gem 'delayed_job_active_record', '~> 4.1.11'

# dashboard
gem 'delayed_job_web', '~>1.4.4'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ GEM
msgpack
date (3.3.4)
debase-ruby_core_source (3.3.1)
delayed_job (4.1.12)
activesupport (>= 3.0, < 8.0)
delayed_job_active_record (4.1.10)
activerecord (>= 3.0, < 8.0)
delayed_job (4.1.13)
activesupport (>= 3.0, < 9.0)
delayed_job_active_record (4.1.11)
activerecord (>= 3.0, < 9.0)
delayed_job (>= 3.0, < 5)
delayed_job_web (1.4.4)
activerecord (> 3.0.0)
Expand Down Expand Up @@ -479,7 +479,7 @@ GEM
logger
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
securerandom (0.3.1)
securerandom (0.3.2)
selenium-webdriver (4.26.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand Down Expand Up @@ -525,7 +525,7 @@ GEM
test-prof (1.4.2)
thor (1.3.1)
tilt (2.0.11)
timeout (0.4.1)
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
Expand Down Expand Up @@ -581,7 +581,7 @@ DEPENDENCIES
cssbundling-rails (~> 1.4.1)
dalli (~> 3.2.8)
datadog (~> 2.4.0)
delayed_job_active_record (~> 4.1.10)
delayed_job_active_record (~> 4.1.11)
delayed_job_web (~> 1.4.4)
devise (~> 4.9.4)
diff-lcs (~> 1.5)
Expand Down

0 comments on commit ead8722

Please sign in to comment.