Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with capistrano ~> 3.6 ? #1

Open
fredleger opened this issue Oct 8, 2016 · 2 comments
Open

Not working with capistrano ~> 3.6 ? #1

fredleger opened this issue Oct 8, 2016 · 2 comments

Comments

@fredleger
Copy link

fredleger commented Oct 8, 2016

Gemfile:

  gem 'capistrano', "~> 3.6"
  gem 'capistrano-rvm'
  gem 'capistrano-rails'
  gem 'capistrano-bundle'
  gem 'capistrano-locally'
  gem 'capistrano-scm-copy'
  gem 'capistrano-foreman-systemd'

Output:

 bundle install
The git source `git://github.com/plataformatec/devise.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/gregbell/active_admin.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/thoughtbot/paperclip.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.
Fetching gem metadata from https://rubygems.org/...........
Fetching version metadata from https://rubygems.org/..
Fetching dependency metadata from https://rubygems.org/.
Resolving dependencies....
Bundler could not find compatible versions for gem "capistrano":
  In snapshot (Gemfile.lock):
    capistrano (= 3.6.1)

  In Gemfile:
    capistrano (~> 3.6)

    capistrano-bundle was resolved to 0.0.5, which depends on
      capistrano (>= 3.1)

    capistrano-foreman-systemd was resolved to 0.0.4, which depends on
      capistrano (~> 3.4.1)

    capistrano-rails was resolved to 1.1.8, which depends on
      capistrano (~> 3.1)

    capistrano-rails was resolved to 1.1.8, which depends on
      capistrano (~> 3.1)

    capistrano-rvm was resolved to 0.1.2, which depends on
      capistrano (~> 3.0)

    capistrano-rvm was resolved to 0.1.2, which depends on
      capistrano (~> 3.0)

    capistrano-rvm was resolved to 0.1.2, which depends on
      capistrano (~> 3.0)

Running `bundle update` will rebuild your snapshot from scratch, using only
the gems in your Gemfile, which may resolve the conflict.

:-(

@aserafin
Copy link
Owner

I locked capistrano version in .gemspec bc. I had some problems with 3.6 and no time to investigate. I will eventually move to 3.6 and fix it then but if you have time to do it earlier PRs are very welcome :)

@tboyko
Copy link

tboyko commented Mar 22, 2018

Support for the latest version of Cap (3.10) would be greatly appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants