Skip to content

Commit a210f9d

Browse files
yuguikigster
authored andcommitted
Upgrade bundler (#18)
1 parent 169108b commit a210f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby/private/bundler.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_DEFAULT_VERSION = "1.16.1"
1+
_DEFAULT_VERSION = "2.0.2"
22

33
def install_bundler(ctx, interpreter, install_bundler, dest, version = _DEFAULT_VERSION):
44
args = ["env", "-i", interpreter, install_bundler, version, dest]

0 commit comments

Comments
 (0)