Skip to content

Commit c3f248a

Browse files
authored
Update docs about Bundler
1 parent a992698 commit c3f248a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ if they are not at the root of the repository, see [action.yml](action.yml) for
116116
### Bundler
117117

118118
By default, if there is a `Gemfile.lock` file (or `$BUNDLE_GEMFILE.lock` or `gems.locked`) with a `BUNDLED WITH` section,
119-
the latest version of Bundler with the same major version will be installed.
119+
that version of Bundler will be installed and used.
120120
Otherwise, the latest compatible Bundler version is installed (Bundler 2 on Ruby >= 2.4, Bundler 1 on Ruby < 2.4).
121121

122-
This behavior can be customized, see [action.yml](action.yml) for details about the `bundler` input.
122+
This behavior can be customized, see [action.yml](action.yml) for more details about the `bundler` input.
123123

124124
### Caching `bundle install` automatically
125125

0 commit comments

Comments
 (0)