summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2022-02-23 14:13:55 +1300
committerGitHub <noreply@github.com>2022-02-23 14:13:55 +1300
commit8abb7ea57d5819d127f7fd6816be132d1c33fd88 (patch)
tree1d5e4aa285da8bf5f58cb574eb9ccb6a7a52ec19 /Rakefile
parent6d4b670af1a347f00b3e2cc3a5481bd9042722c5 (diff)
downloadrack-8abb7ea57d5819d127f7fd6816be132d1c33fd88.tar.gz
Fix URL for rack-cache external testing.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 40884768..856d12a0 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/ioquatix/rack-cache", "rack-cache", "bundle exec rake")
+ clone_and_test("https://github.com/rack/rack-cache", "rack-cache", "bundle exec rake")
clone_and_test("https://github.com/socketry/falcon", "falcon", "bundle exec rspec")
end
end