Skip to content

Commit

Permalink
Update bundler version (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
tothszabi authored Mar 11, 2024
1 parent a86ee66 commit 398fbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autocodesign/devportalclient/spaceship/spaceship.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func prepareSpaceship(cmdFactory ruby.CommandFactory) (string, error) {
return "", err
}

bundlerVersion := "2.2.24"
bundlerVersion := "2.5.6"
cmds := cmdFactory.CreateGemInstall("bundler", bundlerVersion, false, true, &command.Opts{
Dir: targetDir,
})
Expand Down

0 comments on commit 398fbc3

Please sign in to comment.