[#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:92878] [Ruby trunk Bug#15884] Time module fails to identify timezone correctly
From:
umka.dk@...
Date:
2019-05-28 15:05:41 UTC
List:
ruby-core #92878
Issue #15884 has been reported by UmkaDK (Dmytro Konstantinov). ---------------------------------------- Bug #15884: Time module fails to identify timezone correctly https://bugs.ruby-lang.org/issues/15884 * Author: UmkaDK (Dmytro Konstantinov) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux] * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- I think the following snippet is the best summary of the problem I could write: ``` irb(main):001:0> Time.new(2012, 12, 1).utc? => false irb(main):002:0> Time.new(2012, 12, 1).zone == 'UTC' => true ``` -- 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>