From 5f18d11a5b23247e5b560e4d6f9335f599994454 Mon Sep 17 00:00:00 2001 From: James Mead Date: Mon, 14 Apr 2025 09:46:56 +0100 Subject: [PATCH] Avoid LoadError when using rake Previously it wasn't even possible to list the rake tasks, because this `rails/tasks/statistics.rake` file does not exist. It was added in a very large initial commit [1] which doesn't mention it in the commit note, so I have no idea what its origins are. [1]: https://github.com/RaspberryPiFoundation/rpi-auth/commit/79600c924364ecf9edcd05800739b2b193708ac1 --- Rakefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Rakefile b/Rakefile index 78d1e05..1df0f4d 100644 --- a/Rakefile +++ b/Rakefile @@ -2,6 +2,4 @@ require 'bundler/setup' -load 'rails/tasks/statistics.rake' - require 'bundler/gem_tasks'