Skip to content

Commit 273e744

Browse files
vecerekeregon
authored andcommitted
Move further explanation over to the README
1 parent 33cc6f7 commit 273e744

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ By default, if there is a `Gemfile.lock` file with a `BUNDLED WITH` section,
114114
the latest version of Bundler with the same major version will be installed.
115115
Otherwise, the latest Bundler version is installed (except for Ruby 2.2 and 2.3 where only Bundler 1 is supported).
116116

117+
If your gemfile is not named "Gemfile" or if your project includes multiple gemfiles, you can set the path to a gemfile with the `BUNDLE_GEMFILE` environment variable. The ".lock" suffix will be added to the path before evaluating the file.
118+
117119
This behavior can be customized, see [action.yml](action.yml) for details about the `bundler` input.
118120

119121
### Caching `bundle install` automatically

0 commit comments

Comments
 (0)