jordanandree / middleman-api

A Middleman Extension that generates JSON and XML endpoints for template frontmatter
MIT License
18 stars 2 forks source link

Bundler could not find compatible versions for gem "activesupport" #4

Closed pedrokost closed 9 years ago

pedrokost commented 9 years ago
Bundler could not find compatible versions for gem "activesupport":
  In Gemfile:
    middleman (~> 3.3.7) ruby depends on
      middleman-core (= 3.3.7) ruby depends on
        activesupport (~> 4.1.0) ruby

    middleman-api (>= 0) ruby depends on
      activesupport (3.2.12)
jordanandree commented 9 years ago

middleman-api doesn't have any direct dependency on active support. what does your Gemfile.lock look like?

pedrokost commented 9 years ago

Here is my Gemfile.lock

Adding gem "middleman-api" to the Gemfile causes the above problem to surface.

jordanandree commented 9 years ago

Looks like github version of the gem wasn't up on Rubygems. thats now fixed with some dependency changes for middleman. should be able to bundle now