1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-23 17:37:06 +00:00
termux-packages/packages/ruby/lib-rubygems-install_update_options.rb.patch
2021-12-28 15:53:44 +02:00

12 lines
305 B
Diff

--- ruby-3.1.0/lib/rubygems/install_update_options.rb
+++ ruby-3.1.0.mod/lib/rubygems/install_update_options.rb
@@ -193,7 +193,7 @@
# Default description for the gem install and update commands.
def install_update_defaults_str
- '--document=ri'
+ '--document=ri --env-shebang'
end
end