lib/cookstyle.rb in cookstyle-5.12.13 vs lib/cookstyle.rb in cookstyle-5.13.7
- old
+ new
@@ -5,9 +5,10 @@
# ensure the desired target version of RuboCop is gem activated
gem 'rubocop', "= #{Cookstyle::RUBOCOP_VERSION}"
require 'rubocop'
require 'rubocop/monkey_patches/comment_config.rb'
+require 'rubocop/monkey_patches/json_formatter.rb'
module RuboCop
class ConfigLoader
RUBOCOP_HOME.gsub!(
/^.*$/,