lib/cc/cli.rb in codeclimate-0.63.4 vs lib/cc/cli.rb in codeclimate-0.63.5
- old
+ new
@@ -1,5 +1,6 @@
require "active_support"
+require "active_support/core_ext/module/remove_method" # Temporary, see https://github.com/codeclimate/codeclimate/pull/658
require "active_support/core_ext"
require "yaml"
require "cc/analyzer"
require "cc/workspace"
require "cc/yaml"