From e271aa3d66e378fa5315be95d03c6d2439ed85e0 Mon Sep 17 00:00:00 2001 From: Adam Crownoble Date: Mon, 8 Jul 2019 18:40:26 -0700 Subject: [PATCH] Remove the now invalid calls to --no-ri and --no-rdoc They've been replaced by `--no-document` but for better compatibility, I think it's best to have none of these options set at all, as the defaults should be fine. See https://github.com/rubygems/rubygems/pull/2354 --- definitions/puma_install.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/definitions/puma_install.rb b/definitions/puma_install.rb index 0d19074..c7243c5 100644 --- a/definitions/puma_install.rb +++ b/definitions/puma_install.rb @@ -1,9 +1,8 @@ define :puma_install, gem_bin_path: "/usr/local/bin/gem" do - + gem_package 'bundler' do version node["puma"]["bundler_version"] gem_binary params[:gem_bin_path] - options '--no-ri --no-rdoc' end gem_package 'puma' do