From 9e10455ce2b4a4e29424b7064b1d67a1a25c9d3b Mon Sep 17 00:00:00 2001 From: "Peter Burkholder (@pburkholder)" Date: Tue, 24 Mar 2015 11:16:09 -0400 Subject: [PATCH] Change 'should' to 'must' --- lib/chef/provider/package/rubygems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/provider/package/rubygems.rb b/lib/chef/provider/package/rubygems.rb index 434117884bd..d715f424195 100644 --- a/lib/chef/provider/package/rubygems.rb +++ b/lib/chef/provider/package/rubygems.rb @@ -381,7 +381,7 @@ def initialize(new_resource, run_context=nil) # Default to installing somewhere more functional if new_resource.options && new_resource.options.kind_of?(Hash) msg = [ - "Gem options should be passed to gem_package as a string instead of a hash when", + "Gem options must be passed to gem_package as a string instead of a hash when", "using this installation of Chef because it runs with its own packaged Ruby. A hash", "may only be used when installing a gem to the same Ruby installation that Chef is", "running under. See https://docs.chef.io/resource_gem_package.html for more information.",