We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bundle install --binstubs
1 parent 28e300c commit feb258cCopy full SHA for feb258c
bundler/lib/bundler/cli.rb
@@ -241,7 +241,7 @@ def install
241
242
if ARGV.include?("--binstubs")
243
message = "The --binstubs option will be removed in favor of `bundle binstubs --all`"
244
- removed_message = "The --binstubs option have been removed in favor of `bundle binstubs --all`"
+ removed_message = "The --binstubs option has been removed in favor of `bundle binstubs --all`"
245
SharedHelpers.major_deprecation(2, message, removed_message: removed_message)
246
end
247
0 commit comments