Bump rack-attack from 6.6.0 to 6.6.1 (#17298)
Bumps [rack-attack](https://github.com/rack/rack-attack) from 6.6.0 to 6.6.1. - [Release notes](https://github.com/rack/rack-attack/releases) - [Changelog](https://github.com/rack/rack-attack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack-attack/compare/v6.6.0...v6.6.1) --- updated-dependencies: - dependency-name: rack-attack dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
3a37db7b30
commit
4bbc9d43a4
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -75,7 +75,7 @@ gem "pg_search", "~> 2.3.6" # PgSearch builds Active Record named scopes that ta
|
|||
gem "pghero", "~> 2.8" # Dashboard for Postgres
|
||||
gem "puma", "~> 5.6.4" # Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
|
||||
gem "pundit", "~> 2.2" # Object oriented authorization for Rails applications
|
||||
gem "rack-attack", "~> 6.6.0" # Used to throttle requests to prevent brute force attacks
|
||||
gem "rack-attack", "~> 6.6.1" # Used to throttle requests to prevent brute force attacks
|
||||
gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compatible
|
||||
gem "rack-timeout", "~> 0.6" # Rack middleware which aborts requests that have been running for longer than a specified timeout
|
||||
gem "rails", "~> 7.0.2.2" # Ruby on Rails
|
||||
|
|
|
|||
|
|
@ -614,7 +614,7 @@ GEM
|
|||
raabro (1.4.0)
|
||||
racc (1.6.0)
|
||||
rack (2.2.3)
|
||||
rack-attack (6.6.0)
|
||||
rack-attack (6.6.1)
|
||||
rack (>= 1.0, < 3)
|
||||
rack-cors (1.1.1)
|
||||
rack (>= 2.0.0)
|
||||
|
|
@ -1038,7 +1038,7 @@ DEPENDENCIES
|
|||
puma (~> 5.6.4)
|
||||
pundit (~> 2.2)
|
||||
pundit-matchers (~> 1.7)
|
||||
rack-attack (~> 6.6.0)
|
||||
rack-attack (~> 6.6.1)
|
||||
rack-cors (~> 1.1)
|
||||
rack-host-redirect (~> 1.3)
|
||||
rack-timeout (~> 0.6)
|
||||
|
|
|
|||
BIN
vendor/cache/rack-attack-6.6.0.gem
vendored
BIN
vendor/cache/rack-attack-6.6.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/rack-attack-6.6.1.gem
vendored
Normal file
BIN
vendor/cache/rack-attack-6.6.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue