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
When following the Quick Start guide, I ran into a couple of bumps.
First, I get the following error after running cap rubber:create_staging:
~/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/bundler-1.10.6/lib/bundler/rubygems_integration.rb:292:in `block in replace_gem': capistrano is not part of the bundle. Add it to Gemfile. (Gem::LoadError)
After adding capistrano-rails (I tried just capistrano too) to the Gemfile, I get the following error:
I am also getting the LoadError: cannot load such file -- rubber
The Capfile is looking for the dependency rubber, which it cannot find.
Apparently my Gemfile has not been changed during vulcanize.
I should add that I originally created my project with rails composer, which added capistrano to it. During the bundle command, I gave permission to override all files, for whose it prompted me. This should have undone all rails composer magic.
When following the Quick Start guide, I ran into a couple of bumps.
First, I get the following error after running
cap rubber:create_staging
:After adding
capistrano-rails
(I tried justcapistrano
too) to the Gemfile, I get the following error:Any ideas?
The text was updated successfully, but these errors were encountered: