[#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:92707] [Ruby trunk Misc#15859] Is Unicode in beta?
From:
duerst@...
Date:
2019-05-18 06:22:29 UTC
List:
ruby-core #92707
Issue #15859 has been updated by duerst (Martin Dst). The `UNICODE_BETA = yes` flag is causing a full download of the relevant `index.html` files to get the actual filenames of the files we need (because in beta, these do change). But we use `If-Modified-Since` even in BETA, so there are no actual downloads if there are no changes, only short connections to the server. The reason Ruby isn't out of beta has to do with the fact that in the current setup, it's easier to get into beta than out of beta. ---------------------------------------- Misc #15859: Is Unicode in beta? https://bugs.ruby-lang.org/issues/15859#change-78065 * Author: MSP-Greg (Greg L) * Status: Open * Priority: Normal * Assignee: ---------------------------------------- I'm not totally sure, but is this flag causing Unicode files to not be cached? ``` UNICODE_BETA = YES ``` https://github.com/ruby/ruby/blob/0723c107f4fb39f60113b44dd21d875c90da5456/common.mk#L22 -- 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>