Created
October 31, 2018 12:50
-
-
Save mattwr18/668aa017dfafbaacbf44e1fdd026c74e to your computer and use it in GitHub Desktop.
bundle-errors-after-upgrade
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
Bundler could not find compatible versions for gem "actionmailer": | |
In Gemfile: | |
devise_invitable (~> 1.5.2) was resolved to 1.5.5, which depends on | |
actionmailer (< 5, >= 3.2.6) | |
mailgun_rails was resolved to 0.9.0, which depends on | |
actionmailer (>= 3.2.13) | |
rails (= 5.0) was resolved to 5.0.0, which depends on | |
actionmailer (= 5.0.0) | |
Bundler could not find compatible versions for gem "actionpack": | |
In Gemfile: | |
haml-rails was resolved to 1.0.0, which depends on | |
actionpack (>= 4.0.1) | |
rails (= 5.0) was resolved to 5.0.0, which depends on | |
actionpack (= 5.0.0) | |
ransack was resolved to 2.1.0, which depends on | |
actionpack (>= 5.0) | |
rspec-rails (~> 3.7) was resolved to 3.8.1, which depends on | |
actionpack (>= 3.0) | |
Bundler could not find compatible versions for gem "activerecord": | |
In Gemfile: | |
active_record-acts_as was resolved to 3.0.2, which depends on | |
activerecord (>= 4.2) | |
delayed_job_active_record was resolved to 4.1.3, which depends on | |
activerecord (< 5.3, >= 3.0) | |
rails (= 5.0) was resolved to 5.0.0, which depends on | |
activerecord (= 5.0.0) | |
ransack was resolved to 2.1.0, which depends on | |
activerecord (>= 5.0) | |
Bundler could not find compatible versions for gem "devise": | |
In Gemfile: | |
devise (~> 3.5.2) | |
devise_invitable (~> 1.5.2) was resolved to 1.5.5, which depends on | |
devise (>= 3.2.0) | |
Bundler could not find compatible versions for gem "json": | |
In Gemfile: | |
json | |
mailgun_rails was resolved to 0.9.0, which depends on | |
json (>= 1.7.7) | |
sdoc (~> 0.4.0) was resolved to 0.4.2, which depends on | |
json (>= 1.7.7, ~> 1.7) | |
codeclimate-test-reporter was resolved to 1.0.9, which depends on | |
simplecov (<= 0.13) was resolved to 0.13.0, which depends on | |
json (< 3, >= 1.8) | |
Bundler could not find compatible versions for gem "simplecov": | |
In Gemfile: | |
simplecov | |
codeclimate-test-reporter was resolved to 1.0.9, which depends on | |
simplecov (<= 0.13) | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment