From bb75c03ae01aae0ac21b3d9599b7fa6981ff4b4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 15 Oct 2020 17:28:40 +0200 Subject: [PATCH] Remove unneeded line loading knapsack pro tasks This line isn't needed since knapsack_pro version 0.46.0 [1]. [1] https://github.com/KnapsackPro/knapsack_pro-ruby/blob/master/CHANGELOG.md#0460 --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 8601435a2..3f060eddd 100644 --- a/Rakefile +++ b/Rakefile @@ -4,7 +4,6 @@ require File.expand_path("../config/application", __FILE__) Rails.application.load_tasks if Rake::Task.tasks.empty? -KnapsackPro.load_tasks if defined?(KnapsackPro) if Rails.env.development? require "github_changelog_generator/task"