tdreyno / middleman-blog-editor-issues

Public bug tracker for middleman-blog-editor gem
http://middleman-blog-editor.awardwinningfjords.com
3 stars 0 forks source link

Compatible with MM 3.1.0? #6

Closed stoplion closed 10 years ago

stoplion commented 10 years ago

Looks like MM Editor depends on middleman-core (= 3.0.8.pre.1) and MM 3.1.0 is depending on middleman-core (3.1.5)? Is there a way to make it compatible?

tdreyno commented 10 years ago

Which version are you using? Can you send me your Gemfile.lock?

jina commented 10 years ago

I think I might be having a similar issue. Here's what I see:

  In Gemfile:
    middleman (>= 0) ruby depends on
      middleman-core (= 3.1.6) ruby

middleman-core (3.0.8.pre.1)```



This is on a fresh install of middleman, just now getting around to trying out the blog editor.
tdreyno commented 10 years ago

I think I see the problem... one moment

tdreyno commented 10 years ago

Just release v0.4.1 with Middleman 3.1 support.

jina commented 10 years ago

rad, thanks. I'll give it a try. :)

jina commented 10 years ago

bundled and things worked fine. Thanks again!