Michal Papis

Results 152 comments of Michal Papis

then maybe it's worth adding a descriptive warning instead of letting it fail?

it would be nice, but the trick with capture works only with one server, it's a lot easier to print a warning then to try to detect server configuration, and...

it should be as easy as: ``` ruby namespace :app do task :update_rvm_key do execute :gpg, "--keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3" end end before "rvm1:install:rvm", "app:update_rvm_key" ``` replace `:gpg` with `:gpg2`...

I had a look into adding the key installation automatically, it would be best to run it on server from the RVM installation script, but this would bloat the script,...

no there is no flag to skip checking the signatures when GPG software is available, I will be working on the tool to download and run everything in one command...

could you open a pull request with your fix (btw. we are looking for contributors / maintainers if you have time & will for it - drop me an email)

is `.ruby-version` also part of the repository?

wen using rbenv you need to also run `rbenv rehash` - do you have it in the script you use in git hook?

the error happens inside of `git push heroku master` - there is a git ook whic calls some `ruby`/`gem` commands - it's the problem, not what you run locally