Skip to content

Bump rack-attack from 6.3.1 to 6.5.0#29

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/rack-attack-6.5.0
Closed

Bump rack-attack from 6.3.1 to 6.5.0#29
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/bundler/rack-attack-6.5.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 8, 2021

Bumps rack-attack from 6.3.1 to 6.5.0.

Release notes

Sourced from rack-attack's releases.

v6.5.0

Details in CHANGELOG entry.

v6.4.0

Details in CHANGELOG entry.

Changelog

Sourced from rack-attack's changelog.

[6.5.0] - 2021-02-07

Added

  • Added ability to normalize throttle discriminator by setting Rack::Attack.throttle_discriminator_normalizer (@fatkodima)

    Example:

    Rack::Attack.throttle_discriminator_normalizer = ->(discriminator) { ... }
    

    or disable default normalization with:

    Rack::Attack.throttle_discriminator_normalizer = nil
    

Removed

  • Dropped support for ruby v2.4
  • Dropped support for rails v5.1

[6.4.0] - 2021-01-23

Added

  • Added support for ruby v3.0

Removed

  • Dropped support for ruby v2.3
Commits
  • 12a8390 Bump gem version to v6.5
  • f3f0df3 refactor: attempt to avoid user confusion by clarifying method is used by thr...
  • 0f1a72a Use single quotes in example configuration
  • d1b01f0 test: update ruby and rails versions
  • 1e5fb86 Auto include middleware for older railses
  • e131750 Make store proxies lookup dynamic
  • df354cd Make discriminators case-insensitive by default
  • 6328ddc Bump gem version to v6.4
  • 33d1bac test: update ruby and rails versions
  • dda2489 Fix Ruby 2.7 kwargs warning in RedisCacheStoreProxy
  • 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

Bumps [rack-attack](https://github.com/rack/rack-attack) from 6.3.1 to 6.5.0.
- [Release notes](https://github.com/rack/rack-attack/releases)
- [Changelog](https://github.com/rack/rack-attack/blob/master/CHANGELOG.md)
- [Commits](rack/rack-attack@v6.3.1...v6.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 31, 2022

Superseded by #186.

@dependabot dependabot bot closed this Jan 31, 2022
@dependabot dependabot bot deleted the dependabot/bundler/rack-attack-6.5.0 branch January 31, 2022 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments