Changeset edfcf34d
- Timestamp:
- 11/28/2022 11:27:11 AM (22 months ago)
- Branches:
- 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
- Children:
- 78d8214e
- Parents:
- 028de44
- Files:
-
- 3 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> -
introduction/welcome/changelog.xml
r028de44 redfcf34d 43 43 --> 44 44 <listitem> 45 <para>November 28th, 2022</para> 46 <itemizedlist> 47 <listitem> 48 <para>[thomas] - Update to ruby-3.1.3. Fixes 49 <ulink url="&blfs-ticket-root;17349">#17349</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>November 27th, 2022</para> 46 56 <itemizedlist> -
packages.ent
r028de44 redfcf34d 333 333 334 334 <!ENTITY ruby-minor-version "3.1"> 335 <!ENTITY ruby-patch-version " 2">335 <!ENTITY ruby-patch-version "3"> 336 336 <!ENTITY ruby-version "&ruby-minor-version;.&ruby-patch-version;"> 337 337 <!ENTITY ruby-gemdir "/usr/lib/ruby/gems/&ruby-minor-version;.0">
Note:
See TracChangeset
for help on using the changeset viewer.