Skip to content

Commit

Permalink
Remove not used require from as to avoid circular requires
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Apr 5, 2012
1 parent 163258b commit b1e5504
Showing 1 changed file with 0 additions and 1 deletion.
@@ -1,4 +1,3 @@
require 'active_support/core_ext/module/deprecation'
require 'active_support/core_ext/module/aliasing'
require 'active_support/core_ext/array/extract_options'

Expand Down

2 comments on commit b1e5504

@frodsan
Copy link
Contributor

@frodsan frodsan commented on b1e5504 Apr 5, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@carlosantoniodasilva @josevalim Actually in this activesupport/test/deprecation_test.rb test, there are some references to deprecate method. I think this will break it.

@carlosantoniodasilva
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@frodsan yes you're right, they're failing already.. this and the other require changes are going to reverted soon. Thanks.

Please sign in to comment.