From 3e7640a17e0235a5631a1e884c9316d337ab8c35 Mon Sep 17 00:00:00 2001 From: Jonathan del Strother Date: Fri, 11 Dec 2020 12:05:40 +0000 Subject: [PATCH] Document the `bundler: "x.y.z"` feature --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e75c3ce..66aee82 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: default: 'default' bundler: description: | - The version of Bundler to install. Either 'none', 1, 2, 'latest' or 'Gemfile.lock'. + The version of Bundler to install. Either 'none', 'latest', 'Gemfile.lock', or a version number (e.g., 1, 2, 2.1.4). For 'Gemfile.lock', the version is determined based on the BUNDLED WITH section from the file Gemfile.lock, $BUNDLE_GEMFILE.lock or gems.locked. Defaults to 'Gemfile.lock' if the file exists and 'latest' otherwise. required: false