Dependabot can't resolve your Ruby dependency files
Closed this issue · 0 comments
dependabot-preview commented
Dependabot can't resolve your Ruby dependency files.
As a result, Dependabot couldn't update your dependencies.
The error Dependabot encountered was:
Bundler::VersionConflict with message: Bundler could not find compatible versions for gem "activemodel":
In Gemfile:
paperclip was resolved to 4.3.1, which depends on
activemodel (>= 3.2.0)
rails (= 4.2.5) was resolved to 4.2.5, which depends on
activemodel (= 4.2.5)
web-console (~> 2.0) was resolved to 2.2.1, which depends on
activemodel (>= 4.0)
Bundler could not find compatible versions for gem "activesupport":
In Gemfile:
jbuilder (>= 2.3.2, <= 2.11.2) was resolved to 2.9.1, which depends on
activesupport (>= 4.2.0)
paperclip was resolved to 4.3.1, which depends on
activesupport (>= 3.2.0)
rails (= 4.2.5) was resolved to 4.2.5, which depends on
activesupport (= 4.2.5)
Bundler could not find compatible versions for gem "json":
In Gemfile:
sdoc (~> 0.4.0) was resolved to 0.4.1, which depends on
json (~> 1.7, >= 1.7.7)
uglifier (>= 1.3.0) was resolved to 2.7.2, which depends on
json (>= 1.8.0)
Bundler could not find compatible versions for gem "mimemagic":
In Gemfile:
paperclip was resolved to 4.3.1, which depends on
mimemagic (= 0.3.0)
Could not find gem 'mimemagic (= 0.3.0)', which is required by gem 'paperclip', in any of the sources.
Bundler could not find compatible versions for gem "rack":
In Gemfile:
rails (= 4.2.5) was resolved to 4.2.5, which depends on
actionpack (= 4.2.5) was resolved to 4.2.5, which depends on
rack (~> 1.6)
sorcery was resolved to 0.9.1, which depends on
oauth2 (>= 0.8.0) was resolved to 1.4.7, which depends on
rack (>= 1.2, < 3)
rails (= 4.2.5) was resolved to 4.2.5, which depends on
actionpack (= 4.2.5) was resolved to 4.2.5, which depends on
rack-test (~> 0.6.2) was resolved to 0.6.3, which depends on
rack (>= 1.0)
sass-rails (~> 5.0) was resolved to 5.0.4, which depends on
sprockets (>= 2.8, < 4.0) was resolved to 3.7.2, which depends on
rack (> 1, < 3)
Bundler could not find compatible versions for gem "railties":
In Gemfile:
jquery-rails was resolved to 4.0.5, which depends on
railties (>= 4.2.0)
rails (= 4.2.5) was resolved to 4.2.5, which depends on
railties (= 4.2.5)
sass-rails (~> 5.0) was resolved to 5.0.4, which depends on
railties (>= 4.0.0, < 5.0)
web-console (~> 2.0) was resolved to 2.2.1, which depends on
railties (>= 4.0)
If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.