]> git.pld-linux.org Git - packages/chef.git/blame - rubygems.patch
chef/version_string uses Gem class, but doesn't load it
[packages/chef.git] / rubygems.patch
CommitLineData
8540e2f5
ER
1--- chef-14.1.36/lib/chef/version_string.rb~ 2018-06-04 22:47:04.000000000 +0300
2+++ chef-14.1.36/lib/chef/version_string.rb 2018-11-01 15:41:08.594148157 +0200
3@@ -13,6 +13,8 @@
4 # See the License for the specific language governing permissions and
5 # limitations under the License.
6
7+require "rubygems"
8+
9 class Chef
10 # String-like object for version strings.
11 #
This page took 0.080095 seconds and 4 git commands to generate.