You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting the following deployment error which I believe is cause by the fact that my projects is dependent upon sprockets (>= 4.0.0.alpha4) (which doesn't seem to be installed on the server).
00:17 rvm1:install:gems
01 /home/deploy/app/rvm1scripts/rvm-auto.sh . gem install --file Gemfile
01 ERROR: While executing gem ... (Gem::DependencyError)
01 Unresolved dependency found during sorting - sprockets (>= 3.0.0) (requested by sprockets-rails-3.2.0)
01
(Backtrace restricted to imported tasks)
cap aborted!
SSHKit::Runner::ExecuteError: Exception while executing as [email protected]: gem exit status: 1
gem stdout: Nothing written
gem stderr: ERROR: While executing gem ... (Gem::DependencyError)
Unresolved dependency found during sorting - sprockets (>= 3.0.0) (requested by sprockets-rails-3.2.0)
SSHKit::Command::Failed: gem exit status: 1
gem stdout: Nothing written
gem stderr: ERROR: While executing gem ... (Gem::DependencyError)
Unresolved dependency found during sorting - sprockets (>= 3.0.0) (requested by sprockets-rails-3.2.0)
Tasks: TOP => deploy => rvm1:install:gems
(See full trace by running task with --trace)
Here is a shortened version of my Gemfile.lock file:
I am getting the following deployment error which I believe is cause by the fact that my projects is dependent upon
sprockets (>= 4.0.0.alpha4)
(which doesn't seem to be installed on the server).Here is a shortened version of my
Gemfile.lock
file:Tell me if you need anything else. I'll buy you a coffee/or a beer if you help me with this one.
The text was updated successfully, but these errors were encountered: