Skip to content
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

Bump rufus-scheduler from 3.7.0 to 3.8.0 #2434

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2021

Bumps rufus-scheduler from 3.7.0 to 3.8.0.

Changelog

Sourced from rufus-scheduler's changelog.

rufus-scheduler 3.8.0 - released 2021-07-14

  • Add #source_location to Job, gh-322
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rufus-scheduler](https://github.com/jmettraux/rufus-scheduler) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/jmettraux/rufus-scheduler/releases)
- [Changelog](https://github.com/jmettraux/rufus-scheduler/blob/master/CHANGELOG.md)
- [Commits](jmettraux/rufus-scheduler@v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: rufus-scheduler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies ruby Pull requests that update Ruby code labels Jul 14, 2021
@@ -42,7 +42,7 @@ gem 'sidekiq', '~> 5.2'
gem 'sidekiq-unique-jobs', '~> 7.0'
gem 'sinatra', '~> 2.1.0' # used by sidekiq/web
# Sidekiq cron jobs
gem 'rufus-scheduler', '3.7.0' # https://github.com/ondrejbartas/sidekiq-cron/issues/199
gem 'rufus-scheduler', '3.8.0' # https://github.com/ondrejbartas/sidekiq-cron/issues/199
Copy link
Member

@pgwillia pgwillia Jul 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@murny the issue mentioned looks closed to me and we've bumped sidekiq-cron beyond 1.0. Is it sane to remove the comment?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it might even make sense to remove this dependency. In version 1.0 of sidekiq-cron they changed to

use fugit instead of rufus-scheduler - API of cron didn't change (rufus scheduler is using fugit)

https://github.com/ondrejbartas/sidekiq-cron/blob/6a0aeff6c900f3b7246734282f6869c61e1d5b4e/Changes.md#v-100

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah looks like we can completely drop this since we are on v1.2 of sidekiq-cron which no longer uses this gem.

Does make me a bit nervous we jumped to a major version like this with no real testing (admittily changes to this gem seem very minor: https://github.com/ondrejbartas/sidekiq-cron/blob/master/Changes.md )? I'll add a note to do some through testing of this gem while we look at getting on Sidekiq v6 on this issue: #2189

@pgwillia pgwillia mentioned this pull request Jul 21, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 22, 2021

Looks like rufus-scheduler is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Jul 22, 2021
@dependabot dependabot bot deleted the dependabot/bundler/integration/rufus-scheduler-3.8.0 branch July 22, 2021 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants