8000 Bump sucker_punch from 2.1.2 to 3.0.1 by dependabot[bot] · Pull Request #818 · frab/frab · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump sucker_punch from 2.1.2 to 3.0.1 #818

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
May 9, 2021

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github May 4, 2021

Bumps sucker_punch from 2.1.2 to 3.0.1.

Changelog

Sourced from sucker_punch's changelog.

3.0.1

  • Opt for keyword parsing using ruby2_keywords for compatibility.

3.0.0

  • Add support for keyword arguments in ruby >= 3.0. More details in release notes.

2.1.1

  • Relax versioning constraint of concurrent-ruby to make way for 1.1 release

2.1.0

  • Add max_jobs configuration option to set the maximum number of tasks that may be waiting in the work queue

    class JobWithLimit
      include SuckerPunch::Job
      max_jobs 2
    def perform(data)
    # work...
    end
    end
    10.times do
    begin
    JobWithLimit.perform_async('work') }
    rescue Concurrent::RejectedExecutionError => e
    # Queue maxed out, this job didn't get queued
    end
    end

2.0.4

  • Better initialization of variables and names to remove warnings

2.0.3

  • Rewrite shutdown strategy to fix bug related to premature shutdown when only 1 job is in enqueued when a job has more than 1 worker

2.0.2

  • Don't consider global shutdown bool when exhausting the queue during shutdown. This led to shutdown_timeout not being respected when processing remaining jobs left in the queue with a high shutdown_timeout.

... (truncated)

Commits
  • d870e62 Remove busy from stats
  • 3525fc9 Test more rubies
  • 3cf14a8 Bump version
  • 0895033 Remove references to **kwargs in favor of ruby2_keywords
  • 2253fd5 Use ruby_2_keywords to handle keyword arguments (#236)
  • 6257ec7 Require Ruby 2.0 for latest version
  • 41a0120 Remove Truffle ruby for now
  • f481f60 Don't test on TravisCI anymore
  • 7c72a81 Run tests and more Rubies
  • 03d4d2c Create GH Actions build config
  • Additional commits viewable in compare view

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 dependabot bot added the dependencies Pull requests that update a dependency file label May 4, 2021
@dependabot dependabot bot force-pushed the dependabot/bundler/sucker_punch-3.0.1 branch from 8ddfd16 to 62bc00a Compare May 8, 2021 11:32
@saerdnaer saerdnaer merged commit b4ed21f into master May 9, 2021
@saerdnaer saerdnaer deleted the dependabot/bundler/sucker_punch-3.0.1 branch May 9, 2021 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0