Skip to content

Commit

Permalink
Remove the now invalid calls to --no-ri and --no-rdoc
Browse files Browse the repository at this point in the history
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 rubygems/rubygems#2354
  • Loading branch information
adamcrown committed Jul 9, 2019
1 parent dd8814e commit e271aa3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions definitions/puma_install.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e271aa3

Please sign in to comment.