diff options
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r-- | activesupport/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile index f89a7d500d..38ca03b658 100644 --- a/activesupport/Rakefile +++ b/activesupport/Rakefile @@ -170,6 +170,6 @@ namespace :tzinfo do end def excluded_classes - %w(country country_index_definition country_info country_timezone timezone_index_definition tzdataparser) + %w(country country_index_definition country_info country_timezone timezone_index_definition timezone_proxy tzdataparser) end end
\ No newline at end of file |