Skip to content

Commit ff60bb4

Browse files
committed
Update statistics.rake deprecation message
> This deprecation warning will be visible starting with the release of Rails 8.0, so it seems correct to use "in Rails 8.1" instead of "in Rails 8.0". @willnet rails#47713 (comment) rails#47713
1 parent 4fa5681 commit ff60bb4

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)