Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #54 from ManageIQ/silence_warnings_fix
Browse files Browse the repository at this point in the history
Include active_support module defining silence_warnings
  • Loading branch information
Fryguy committed Mar 11, 2014
2 parents fe51f0b + ed180b1 commit e9ca307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/polisher/koji.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Copyright (C) 2013-2014 Red Hat, Inc.

require 'xmlrpc/client'
require 'active_support/core_ext/kernel/reporting'
silence_warnings do
XMLRPC::Config::ENABLE_NIL_PARSER = true
XMLRPC::Config::ENABLE_NIL_CREATE = true
Expand Down

0 comments on commit e9ca307

Please sign in to comment.