File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : 3.5.5 Released
3
+ layout : post
4
+ author : David Rodríguez
5
+
6
+ ---
7
+
8
+ RubyGems 3.5.5 includes enhancements, bug fixes and documentation.
9
+
10
+ To update to the latest RubyGems you can run:
11
+
12
+ gem update --system
13
+
14
+ To install RubyGems by hand see the [ Download RubyGems] [ download ] page.
15
+
16
+
17
+ _ ## Enhancements:_
18
+
19
+ * Installs bundler 2.5.5 as a default gem.
20
+
21
+ _ ## Bug fixes:_
22
+
23
+ * Fix ` require ` activation conflicts when requiring default gems under
24
+ some situations. Pull request
25
+ [ #7379 ] ( https://github.com/rubygems/rubygems/pull/7379 ) by
26
+ deivid-rodriguez
27
+ * Use cache_home instead of data_home in default_spec_cache_dir. Pull
28
+ request [ #7331 ] ( https://github.com/rubygems/rubygems/pull/7331 ) by mrkn
29
+
30
+ _ ## Documentation:_
31
+
32
+ * Use squiggly heredocs in ` Gem::Specification#description ` documentation,
33
+ so it doesn't add leading whitespace. Pull request
34
+ [ #7373 ] ( https://github.com/rubygems/rubygems/pull/7373 ) by bravehager
35
+
36
+
37
+ SHA256 Checksums:
38
+
39
+ * rubygems-3.5.5.tgz
40
+ 12b2ac28c204bece2803c792f6fd4049faa530e24ec5e4d57c203df4021c4e1d
41
+ * rubygems-3.5.5.zip
42
+ 06d2c8fa1afab66affb9cbfd9ba2ab2476380ba1418edf09349819f3c25e5964
43
+ * rubygems-update-3.5.5.gem
44
+ adb986b9883ea61c86277d8fd63925c0efc78ae8059480379101528aaf9b464f
45
+
46
+
47
+ [ download ] : https://rubygems.org/pages/download
48
+
You can’t perform that action at this time.
0 commit comments