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

version 4.2.2 doesn't work with Middleman 3.3.x #14

Closed
Nowaker opened this issue Nov 25, 2014 · 3 comments
Closed

version 4.2.2 doesn't work with Middleman 3.3.x #14

Nowaker opened this issue Nov 25, 2014 · 3 comments

Comments

@Nowaker
Copy link

Nowaker commented Nov 25, 2014

~> 3.0.0 means 3.0.x. Currently, Middleman is 3.3.x. font-awesome-middleman worked perfectly OK with M 3.3 (https://github.com/virtkick/virtkick-website), so I believe you meant ~> 3.0. :)

Bundler could not find compatible versions for gem "middleman-core":
  In Gemfile:
    font-awesome-middleman (~> 4.2.2) ruby depends on
      middleman-core (~> 3.0.0) ruby
    middleman (~> 3.3.0) ruby depends on
      middleman-core (3.3.0)
@cristianferrarig
Copy link
Owner

Fuck, and how I can update it without another release?

Thanks, a lot!

~> 3.0.0 means 3.0.x. Currently, Middleman is 3.3.x.
font-awesome-middleman worked perfectly OK with M 3.3 (
https://github.com/virtkick/virtkick-website), so I believe you meant ~>
3.0. :)

Bundler could not find compatible versions for gem "middleman-core":
In Gemfile:
font-awesome-middleman (> 4.2.2) ruby depends on
middleman-core (
> 3.0.0) ruby
middleman (~> 3.3.0) ruby depends on
middleman-core (3.3.0)


Reply to this email directly or view it on GitHub
#14.

_
Cristian Ferrari

@Nowaker
Copy link
Author

Nowaker commented Nov 25, 2014

@cristianferrarig Doing another release isn't anything bad. :) Previously, it was >= 3.0 (OK but not perfect), so changing it to ~> 3.0 for good will make it perfect.

@cristianferrarig
Copy link
Owner

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

2 participants