mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
50a39e24be
Because Bundler is a default gem, `require "bundler"` by itself will load the default version of the gem, instead of the most recent version. This can cause Rails commands to produce warnings like the following: > Warning: the running version of Bundler (2.1.4) is older than the > version that created the lockfile (2.2.2). We suggest you to upgrade > to the version that created the lockfile by running > `gem install bundler:2.2.2`. Adding `gem "bundler"` allows the most recent version of the gem to be loaded. |
||
---|---|---|
.. | ||
minitest | ||
rails | ||
rails.rb |