Не могу пу sh в Heroku - PullRequest
0 голосов
/ 29 мая 2020

У меня есть приложение, которое я развертываю на Heroku в течение 5 лет без проблем.

В течение последнего месяца мне не удавалось установить sh на Heroku, постоянно получая это сообщение. Я пробовал предложенные исправления кое-где, но ни один из них не помог мне.

-----> Ruby app detected

-----> Installing bundler 1.17.3

-----> Removing BUNDLED WITH version in the Gemfile.lock

-----> Compiling Ruby/Rails

-----> Using Ruby version: ruby-2.2.0

-----> Installing dependencies using bundler 1.17.3

       Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment

       The git source `git://github.com/josemarluedke/state_machine.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.

       The git source `git://github.com/Irio/as_csv.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.

       The git source `git://github.com/josemarluedke/font-icons-rails.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.

       The git source `git://github.com/jengweneg/initjs.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.

       You are trying to install in deployment mode after changing

       your Gemfile. Run `bundle install` elsewhere and add the

       updated Gemfile.lock to version control.



       The gemspecs for path gems changed

       Bundler Output: The git source `git://github.com/josemarluedke/state_machine.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.

       The git source `git://github.com/Irio/as_csv.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.

       The git source `git://github.com/josemarluedke/font-icons-rails.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.

       The git source `git://github.com/jengweneg/initjs.git` uses the `git` protocol, which transmits data without encryption. Disable this warning with `bundle config git.allow_insecure true`, or switch to the `https` protocol to keep your data secure.

       You are trying to install in deployment mode after changing

       your Gemfile. Run `bundle install` elsewhere and add the

       updated Gemfile.lock to version control.



       The gemspecs for path gems changed

 !

 !     Failed to install gems via Bundler.

 !

 !     Push rejected, failed to compile Ruby app.

 !     Push failed
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...