diff --git a/recipes/default.rb b/recipes/default.rb index 379a6de..d5bde2e 100644 --- a/recipes/default.rb +++ b/recipes/default.rb @@ -5,6 +5,11 @@ # Author: Drew Holt # + +# Included English based of information found in this issue at github +# https://github.com/bbatsov/rubocop/issues/1747 +require 'English' + node[:jenkins_liatrio][:packages].each do |pkg| package pkg end