summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-02-22 20:48:26 +1300
committerGitHub <noreply@github.com>2022-02-22 20:48:26 +1300
commit6ef4a91cca19d4aa840eba22de39464a8fd5bf41 (patch)
treeccba3dd585c2fd42dc36ae432de03eee7f564016
parent472e12f5b6505cc2fdd3b5e529b616b3a2d5fbf8 (diff)
downloadrack-6ef4a91cca19d4aa840eba22de39464a8fd5bf41.tar.gz
Use forked `rack-cache` git repo.
-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