Skip to content

Commit

Permalink
bump rack-attack
Browse files Browse the repository at this point in the history
  • Loading branch information
ulferts committed Aug 28, 2023
1 parent 675d850 commit 2de79fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ gem 'rack-protection', '~> 3.0.0'
# It allows whitelisting, blacklisting, throttling, and tracking based
# on arbitrary properties of the request.
# https://github.com/kickstarter/rack-attack
gem 'rack-attack', '~> 6.6.0'
gem 'rack-attack', '~> 6.7.0'

# CSP headers
gem 'secure_headers', '~> 6.5.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,8 @@ GEM
rack (2.2.8)
rack-accept (0.4.5)
rack (>= 0.4)
rack-attack (6.6.1)
rack (>= 1.0, < 3)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
rack-cors (2.0.1)
rack (>= 2.0.0)
rack-mini-profiler (3.1.1)
Expand Down Expand Up @@ -1113,7 +1113,7 @@ DEPENDENCIES
puffing-billy (~> 3.2.0)
puma (~> 6.3)
puma-plugin-statsd (~> 2.0)
rack-attack (~> 6.6.0)
rack-attack (~> 6.7.0)
rack-cors (~> 2.0.0)
rack-mini-profiler
rack-protection (~> 3.0.0)
Expand Down

0 comments on commit 2de79fc

Please sign in to comment.