Reed Hamilton

Results 16 comments of Reed Hamilton

What is the reason that we no longer allow customers to provide a list of files/dirs to be ignored? It seems like that was the original intention.

Working with @roger-zhangg, these are the results: `ruby -rbundler -e'p Bundler::CLI.printable_commands(true)'` ``` [["-e help [COMMAND]", "# Describe available commands or one specific command"], ["-e init [OPTIONS]", "# Generates a Gemfile...

Just to be clear, it did not work on Windows. The issue is that on Windows only, the return code for GemfileNotFound is being overwritten with a code of 1,...

We are invoking by using the bundle executable from python via `subprocess.Popen` ([relevant code here](https://github.com/aws/aws-lambda-builders/blob/c91b4c0a1626a7f25a39623c34511acfc9d04a98/aws_lambda_builders/workflows/ruby_bundler/bundler.py#L56)). The result I posted above is the results from the same environment with the exact...

So just to confirm, the issue is as follows: 1. A change was added in 4.0.1 to add `cli_help` behavior to GemfileNotFound cases. 2. `bundler.bat` as an executable cannot find...

I have confirmed that `bundle.bat` as the executable (instead of `bundler.bat`) fixed the issue. I don't quite understand why `bundler.bat` has been working previously and in other cases.