Skip to content

Commit 0275793

Browse files
authored
Merge pull request rails#52265 from JuanVqz/update-stats-task-deprecation-message
Update statistics.rake deprecation message
2 parents bd63d39 + ff60bb4 commit 0275793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/tasks/statistics.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ task :stats do
3636
end.select { |name, dir| File.directory?(dir) }
3737

3838
$stderr.puts Rails.deprecator.warn(<<~MSG, caller_locations(0..1))
39-
`bin/rails stats` as rake task has been deprecated and will be removed in Rails 8.0.
39+
`bin/rake stats` has been deprecated and will be removed in Rails 8.1.
4040
Please use `bin/rails stats` as Rails command instead.\n
4141
MSG
4242

0 commit comments

Comments
 (0)