Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 2298391

Browse files
committed
Fix ruby rake task signature
1 parent a5b71ae commit 2298391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tasks/requirejs-rails_tasks.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require 'active_support/ordered_options'
1111

1212
namespace :requirejs do
1313
# This method was backported from an earlier version of Sprockets.
14-
def ruby_rake_task(task)
14+
def ruby_rake_task(task, force = true)
1515
env = ENV["RAILS_ENV"] || "production"
1616
groups = ENV["RAILS_GROUPS"] || "assets"
1717
args = [$0, task, "RAILS_ENV=#{env}", "RAILS_GROUPS=#{groups}"]

0 commit comments

Comments
 (0)