Skip to content

Commit 398fbc3

Browse files
authored
Update bundler version (#235)
1 parent a86ee66 commit 398fbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autocodesign/devportalclient/spaceship/spaceship.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func prepareSpaceship(cmdFactory ruby.CommandFactory) (string, error) {
196196
return "", err
197197
}
198198

199-
bundlerVersion := "2.2.24"
199+
bundlerVersion := "2.5.6"
200200
cmds := cmdFactory.CreateGemInstall("bundler", bundlerVersion, false, true, &command.Opts{
201201
Dir: targetDir,
202202
})

0 commit comments

Comments
 (0)