We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169108b commit a210f9dCopy full SHA for a210f9d
1 file changed
ruby/private/bundler.bzl
@@ -1,4 +1,4 @@
1
-_DEFAULT_VERSION = "1.16.1"
+_DEFAULT_VERSION = "2.0.2"
2
3
def install_bundler(ctx, interpreter, install_bundler, dest, version = _DEFAULT_VERSION):
4
args = ["env", "-i", interpreter, install_bundler, version, dest]
0 commit comments