1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-20 18:47:08 +00:00
termux-packages/packages/ruby/lib-rubygems-install_update_options.rb.patch
2022-11-24 22:19:14 +00: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