[#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:92815] [Ruby trunk Misc#15750] Switch Unicode Version 12.1.0 back from beta to final
From:
duerst@...
Date:
2019-05-24 05:47:24 UTC
List:
ruby-core #92815
Issue #15750 has been updated by duerst (Martin Dst).
Status changed from Open to Closed
Completed with commit e713c2bde8
----------------------------------------
Misc #15750: Switch Unicode Version 12.1.0 back from beta to final
https://bugs.ruby-lang.org/issues/15750#change-78189
* Author: duerst (Martin Dst)
* Status: Closed
* Priority: Normal
* Assignee: duerst (Martin Dst)
----------------------------------------
The final version of Unicode 12.1.0 will be published on May 7 (May 8 Japanese timezone). We should make sure that we switch from `UNICODE_BETA = YES` back to `UNICODE_BETA = NO`.
However, this has to be done very carefully. We have to make sure that there are no substantial changes in the files we depend on. If there are no such changes, the change should be easy. If there are such changes, we have to make sure they actually get downloaded on environments (esp. CI) that need them.
We will need changes to tool/downloader.rb; in particular, the following code
```
raise "Although Unicode is not in beta, file #{index_file} exists. " +
"Remove all files in this directory and in .downloaded-cache/ " +
"because they may be leftovers from the beta period."
```
will have to be removed or deactivated temporarily.
--
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>