Michal Papis
Michal Papis
I can not help you any more without seeing the code that you execute in the hook, if you have no control over the script (because heroku) - ten you...
@IgorJorobus please reread the ticket and try to provide the required information
@hone https://github.com/mpapis/executable-hooks/blob/master/bin/ruby_executable_hooks and it is installed via https://github.com/mpapis/executable-hooks/blob/master/lib/executable-hooks/wrapper.rb#L8-L23 (`Gem.configuration[:custom_shebang] = "$env ruby_executable_hooks"`) this way all gem binaries have a header `#!/usr/bin/env ruby_executable_hooks` - and this way they can automatically load...
`executable-hooks` should not be added to `Gemfile` @IgorJorobus, @123lyvv can you confirm that there is no `executable-hooks` in your `Gemfile`?
it can be installed, I would be more interested in seeing what happens and handling the given use case better (either in the script or as an extra fix in...
@hone you can ban the gem, but I still would like to know how this happens so I can prevent it for others
@hone any chance to get the script that gets ran? it would help me to understand the problem.
@IgorJorobus if the gem is in `Gemfile` and you run `bundle install --binstubs` - this would be the problem, the gem `executable-hooks` is installed during but not after the gems...
ah there is `gem "rubygems-bundler", "~> 1.4.2"` I see no connection to the mentioned ticket, remove it and report any problems you find
it has been over month without feedback, closing the ticket, please let me know if you can provide the requested details and I will reopen