lib/ridley/host_connector/winrm.rb in ridley-1.1.1 vs lib/ridley/host_connector/winrm.rb in ridley-1.2.0
- old
+ new
@@ -1,5 +1,4 @@
-require 'active_support/core_ext/kernel/reporting'
# Silencing warnings because not all versions of GSSAPI support all of the GSSAPI methods
# the gssapi gem attempts to attach to and these warnings are dumped to STDERR.
silence_warnings do
require 'winrm'
end