X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=rubygems.patch;fp=rubygems.patch;h=90d6edaaaf1ffe22f54965014d8bd78dea0ba2b0;hb=8540e2f5faabee44d15db465d8cfa5e1dc31a1be;hp=0000000000000000000000000000000000000000;hpb=aae3007f93c530941f3058e9601d05861249de55;p=packages%2Fchef.git diff --git a/rubygems.patch b/rubygems.patch new file mode 100644 index 0000000..90d6eda --- /dev/null +++ b/rubygems.patch @@ -0,0 +1,11 @@ +--- chef-14.1.36/lib/chef/version_string.rb~ 2018-06-04 22:47:04.000000000 +0300 ++++ chef-14.1.36/lib/chef/version_string.rb 2018-11-01 15:41:08.594148157 +0200 +@@ -13,6 +13,8 @@ + # See the License for the specific language governing permissions and + # limitations under the License. + ++require "rubygems" ++ + class Chef + # String-like object for version strings. + #