I have the following line in my gemfile:
gem 'client_side_validations', :git => "git@github.com:Dakuan/client_side_validations.git", :branch => "master", ref: '2245b4174ffd4b400d999cb5a2b6dccc0289eb67'
The repo that he points to is publicly available, and I can simply install / upgrade packages locally. When I try to click on Heroku, I get the following error:
Fetching git@github.com:Dakuan/client_side_validations.git Host key verification failed. fatal: The remote end hung up unexpectedly Git error: command `git clone 'git@github.com:Dakuan/client_side_validations.git' "/tmp/build_1xa9f06n4k1cu/vendor/bundle/ruby/1.9.1/cache/bundler/git/client_side_validations-56a04875baabb67b5f8c192c6c6743df476fd90f" --bare --no-hardlinks` in directory /tmp/build_1xa9f06n4k1cu has failed.
! ! Failed to set gems through the Bundler. ! ! Heroku push rejected, failed to compile Ruby / rails application
Anyone have any ideas on what's going on here?
git ruby ruby-on-rails heroku bundler
Dakuan Jul 19 2018-12-12T00: 00Z
source share