Skip to content

Commit

Permalink
starting gauge_runtime with bundle getgauge/gauge-vscode#85 #47
Browse files Browse the repository at this point in the history
  • Loading branch information
BugDiver committed Jan 11, 2018
1 parent 7cacf28 commit faee6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gauge-ruby.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func main() {
}
if *start {
os.Chdir(projectRoot)
err = runCommand("ruby", "-e", "require 'gauge_runtime'")
err = runCommand("bundle", "exec", "ruby", "-e", "require 'gauge_runtime'")
if err != nil {
fmt.Printf("Ruby runner Failed. Reason: %s\n", err.Error())
os.Exit(1)
Expand Down

0 comments on commit faee6ee

Please sign in to comment.