mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 04:48:55 +00:00
12 lines
305 B
Diff
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
|