Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v2] Incompatibility with last Middleman version #112

Open
Spone opened this issue Feb 2, 2015 · 1 comment
Open

[v2] Incompatibility with last Middleman version #112

Spone opened this issue Feb 2, 2015 · 1 comment

Comments

@Spone
Copy link

Spone commented Feb 2, 2015

Hi,

My Gemfile:

gem "middleman", "~>3.3.7"
gem "middleman-livereload", "~> 3.1.0"
gem "livingstyleguide", github: "hagenburger/livingstyleguide", branch: "v2"

When I run bundle:

Fetching gem metadata from http://rubygems.org/.........
Fetching additional metadata from http://rubygems.org/..
Resolving dependencies...
Bundler could not find compatible versions for gem "tilt":
  In Gemfile:
    middleman (~> 3.3.7) ruby depends on
      middleman-core (= 3.3.7) ruby depends on
        tilt (< 2.0, ~> 1.4.1) ruby

    livingstyleguide (>= 0) x86-mingw32 depends on
      tilt (2.0.1)

Should I use another Middleman version?

@Spone
Copy link
Author

Spone commented Feb 3, 2015

I managed to make it work for now, using

gem "middleman", "4.0.0.alpha.6"

which removes the tilt < 2.0 constraint, but I'd rather use a stable version as the alpha still seems a bit broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant