Skip to content

Commit

Permalink
Merge branch 'main' into allow-rack-3
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 16, 2022
2 parents a617298 + 4d201f7 commit a229f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/example_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Rack::Attack
# If you want to return 503 so that the attacker might be fooled into
# believing that they've successfully broken your app (or you just want to
# customize the response), then uncomment these lines.
# self.throttled_response = lambda do |env|
# self.throttled_responder = lambda do |env|
# [ 503, # status
# {}, # headers
# ['']] # body
Expand Down
2 changes: 1 addition & 1 deletion rack-attack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "bundler", ">= 1.17", "< 3.0"
s.add_development_dependency 'minitest', "~> 5.11"
s.add_development_dependency "minitest-stub-const", "~> 0.6"
s.add_development_dependency 'rack-test', "~> 1.0"
s.add_development_dependency 'rack-test', "~> 2.0"
s.add_development_dependency 'rake', "~> 13.0"
s.add_development_dependency "rubocop", "0.89.1"
s.add_development_dependency "rubocop-performance", "~> 1.5.0"
Expand Down

0 comments on commit a229f7f

Please sign in to comment.