lib/chefstyle.rb in chefstyle-1.4.0 vs lib/chefstyle.rb in chefstyle-1.4.2

- old
+ new

@@ -3,12 +3,9 @@ # ensure the desired target version of RuboCop is gem activated gem "rubocop", "= #{Chefstyle::RUBOCOP_VERSION}" require "rubocop" -# @TODO remove this monkeypatch after we upgrade from 0.91.0 -require_relative "rubocop/monkey_patches/rescue_ensure_alignment" - module RuboCop class ConfigLoader RUBOCOP_HOME.gsub!( /^.*$/, File.realpath(File.join(__dir__, ".."))