Rails 与 Bundler 2.0.1 的最早兼容版本是什么?

What is the earliest compatible version of Rails with Bundler 2.0.1?

为了与 bundler 2.0.1 兼容,我需要使用 Rails 的最早版本是什么?

Rails 5.1.3

在Rails 5.1.2及以下版本中,运行出现以下不兼容错误 bundle install:

Bundler could not find compatible versions for gem "bundler":
  In Gemfile:
    rails (= 5.1.2) was resolved to 5.1.2, which depends on
      bundler (< 2.0, >= 1.3.0)

  Current Bundler version:
    bundler (2.0.1)
This Gemfile requires a different version of Bundler.