[#92891] Question: ruby 2.7.0-preview1 also upgrades bundler to 2.1.0.pre.1? — Al Snow <jasnow@...>
Tried the new 2.7.0-preview1 upgrade to Ruby and see that bundler is also upgraded (to 2.1.0.pre.1).
5 messages
2019/05/30
[#92892] Re: Question: ruby 2.7.0-preview1 also upgrades bundler to 2.1.0.pre.1?
— SHIBATA Hiroshi <hsbt@...>
2019/05/30
Bundler 2.1.0.pree.1 is the expected version.
[ruby-core:92571] [Ruby trunk Bug#15828] DOTfiles and DOTfolders aren't allowed in $HOME folder on Haiku
From:
nobu@...
Date:
2019-05-06 08:40:30 UTC
List:
ruby-core #92571
Issue #15828 has been updated by nobu (Nobuyoshi Nakada). Reference dot-files under the HOME in standard libraries are: * `~/.irbrc` by irb * `~/.options/` by optparse * `~/.rdoc` by rdoc * `~/.gem/` and `~/.gemrc` by RubyGems * `~/.rb_shell` by shell `OptionParser#load` now supports XDG base directory specification and Haiku guideline. irb, rdoc and RubyGems have each upstreams. ---------------------------------------- Bug #15828: DOTfiles and DOTfolders aren't allowed in $HOME folder on Haiku https://bugs.ruby-lang.org/issues/15828#change-77931 * Author: extrowerk (Zolt疣 Mizsei) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-haiku] * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- According to the guidelines, no program should create any file directly in $HOME For config files we should use the ~/config/settings/ruby folder for .rubyrc (<- this file also should have no dot at the beginning!) For --user-install the gem files should go into /boot/system/non-packaged/lib/ruby$rubyVersion folder The system-install path seems to be ok. I tried to grep the whole source tree, but i can't seem to find the correct place, where they defined. Can somebody give me some hints? Thanks! -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>