lib/chef/application.rb in chef-0.10.2 vs lib/chef/application.rb in chef-0.10.4.rc.1

- old
+ new

@@ -13,9 +13,10 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +require 'socket' require 'chef/config' require 'chef/exceptions' require 'chef/log' require 'mixlib/cli' require 'tmpdir'