Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save julienbourdeau/fbd80a0558b6af59f4e92f6613bb1f6a to your computer and use it in GitHub Desktop.
Save julienbourdeau/fbd80a0558b6af59f4e92f6613bb1f6a to your computer and use it in GitHub Desktop.
Bundler could not find compatible versions for gem "actionmailer":
In Gemfile:
devise_invitable was resolved to 2.0.1, which depends on
actionmailer (>= 5.0)
rails (= 5.0.7.2) was resolved to 5.0.7.2, which depends on
actionmailer (= 5.0.7.2)
Bundler could not find compatible versions for gem "activemodel":
In Gemfile:
active_model_serializers was resolved to 0.10.10, which depends on
activemodel (>= 4.1, < 6.1)
rails (= 5.0.7.2) was resolved to 5.0.7.2, which depends on
activemodel (= 5.0.7.2)
simple_form (~> 3.5.0) was resolved to 3.5.1, which depends on
activemodel (> 4, < 5.2)
spam_email (<= 1.0) was resolved to 0.0.65, which depends on
activemodel
Bundler could not find compatible versions for gem "capistrano":
In Gemfile:
capistrano (~> 3.7.0)
capistrano-deploytags was resolved to 1.0.7, which depends on
capistrano (>= 3.7.0)
capistrano-faster-assets was resolved to 1.1.0, which depends on
capistrano (>= 3.1)
capistrano-rails (~> 1.1) was resolved to 1.4.0, which depends on
capistrano (~> 3.1)
capistrano-rails-console was resolved to 2.3.0, which depends on
capistrano (>= 3.5.0, < 4.0.0)
capistrano-rvm was resolved to 0.1.2, which depends on
capistrano (~> 3.0)
capistrano-sidekiq was resolved to 0.10.0, which depends on
capistrano
capistrano3-puma was resolved to 4.0.0, which depends on
capistrano (~> 3.7)
slackistrano (~> 2.0.1) was resolved to 2.0.1, which depends on
capistrano (>= 3.0.1)
Bundler could not find compatible versions for gem "json":
In Gemfile:
json (~> 1.8.5)
algoliasearch-rails (~> 1.23.2) was resolved to 1.23.2, which depends on
json (>= 1.5.1)
aws-sdk-v1 was resolved to 1.67.0, which depends on
json (~> 1.4)
pagerduty was resolved to 2.1.2, which depends on
json (>= 1.7.7)
restforce was resolved to 3.1.0, which depends on
json (>= 1.7.5)
simplecov was resolved to 0.17.0, which depends on
json (>= 1.8, < 3)
slackistrano (~> 2.0.1) was resolved to 2.0.1, which depends on
json
Bundler could not find compatible versions for gem "rails":
In Gemfile:
rails (= 5.0.7.2)
actionview-encoded_mail_to was resolved to 1.0.9, which depends on
rails
activeadmin was resolved to 0.6.0, which depends on
rails (>= 3.0.0)
Bundler could not find compatible versions for gem "railties":
In Gemfile:
haml-rails was resolved to 2.0.1, which depends on
railties (>= 5.1)
rails (= 5.0.7.2) was resolved to 5.0.7.2, which depends on
railties (= 5.0.7.2)
Bundler could not find compatible versions for gem "ransack":
In Gemfile:
ransack
activeadmin was resolved to 1.4.3, which depends on
ransack (>= 1.8.7)
Bundler could not find compatible versions for gem "sidekiq":
In Gemfile:
sidekiq
capistrano-sidekiq was resolved to 0.10.0, which depends on
sidekiq (>= 3.4)
rspec-sidekiq was resolved to 3.0.3, which depends on
sidekiq (>= 2.4.0)
sidekiq-statsd was resolved to 0.1.5, which depends on
sidekiq (>= 2.6)
sidekiq-throttler (~> 0.5.1) was resolved to 0.5.1, which depends on
sidekiq (>= 2.5, < 5.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment