[#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:92809] [Ruby trunk Bug#15871] Make sure that "make up" does the right thing for git
From:
duerst@...
Date:
2019-05-24 00:50:56 UTC
List:
ruby-core #92809
Issue #15871 has been reported by duerst (Martin Dst). ---------------------------------------- Bug #15871: Make sure that "make up" does the right thing for git https://bugs.ruby-lang.org/issues/15871 * Author: duerst (Martin Dst) * Status: Open * Priority: Normal * Assignee: nobu (Nobuyoshi Nakada) * Target version: * ruby -v: ruby 2.7.0dev (2019-04-05 trunk 67440) [x86_64-cygwin] * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- With svn, I have been using "make up" to get my local version up to date. This works with git, except that it seems to just use `git pull` rather than `git pull --rebase`. There is an environment variable `GITPULLOPTIONS`, which is used in `Makefile`, but this is apparently not set. I hope we can set this to the most useful value for people who are not top experts for git. People who know better can always change this to whatever suits them. -- 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>