executables()
needed for binstubs
# File lib/bundler/endpoint_specification.rb, line 52 def executables if @remote_specification @remote_specification.executables elsif _local_specification _local_specification.executables else super end end