Changeset edfcf34d for general/prog/ruby.xml
- Timestamp:
- 11/28/2022 11:27:11 AM (4 months ago)
- Branches:
- 11.3, ken/inkscape-core-mods, plabs/python-mods, qt5new, trunk
- Children:
- 78d8214e
- Parents:
- 028de44
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/ruby.xml
r028de44 redfcf34d 7 7 <!ENTITY ruby-download-http "https://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz"> 8 8 <!ENTITY ruby-download-ftp " "> 9 <!ENTITY ruby-md5sum " e2c35af69d1f94e8634f38c80e809c0d">10 <!ENTITY ruby-size "14 MB">11 <!ENTITY ruby-buildsize "61 2MB (add 1.1 GB for C API docs)">9 <!ENTITY ruby-md5sum "093edbcb070be014991b43f499abf083"> 10 <!ENTITY ruby-size "14.5 MB"> 11 <!ENTITY ruby-buildsize "619 MB (add 1.1 GB for C API docs)"> 12 12 <!ENTITY ruby-time "2.2 SBU (using parallelism=4; add 7.5 SBU for tests; add 0.8 SBU for C API docs)"> 13 13 ]> … … 124 124 125 125 <screen role="root"><userinput>make install</userinput></screen> 126 127 <note> 128 <para> 129 If you have Ruby-On-Rails applications installed and did an 130 upgrade of <application>Ruby</application> by installing this 131 package, you might need to run an update there, too: 132 </para> 133 134 <screen><userinput role="nodump">cd /path/to/web/app 135 bundle update rake 136 /etc/rc.d/init.d/httpd restart</userinput></screen> 137 </note> 126 138 127 139 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.