summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2022-02-22 13:11:30 -0800
committerGitHub <noreply@github.com>2022-02-22 13:11:30 -0800
commit6d4b670af1a347f00b3e2cc3a5481bd9042722c5 (patch)
treef45bb0790eca72ef2727987d31cd2f47076e8ca4 /Rakefile
parent683067202d3e05c0aff0aebb930d37989c47bd8c (diff)
parent6ef4a91cca19d4aa840eba22de39464a8fd5bf41 (diff)
downloadrack-6d4b670af1a347f00b3e2cc3a5481bd9042722c5.tar.gz
Merge pull request #1812 from jeremyevans/no-uppercase-headers-1592
Change SPEC to not allow uppercase header keys
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 7848b0c0..40884768 100644
--- a/Rakefile
+++ b/Rakefile
@@ -166,7 +166,7 @@ task :external do
Bundler.with_clean_env do
clone_and_test("https://github.com/rack/rack-attack", "rack-attack", "bundle exec rake test")
- clone_and_test("https://github.com/rtomayko/rack-cache", "rack-cache", "bundle exec rake")
+ clone_and_test("https://github.com/ioquatix/rack-cache", "rack-cache", "bundle exec rake")
clone_and_test("https://github.com/socketry/falcon", "falcon", "bundle exec rspec")
end
end