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

Dependency hell with version 0.1.4 #2

Open
egeexyz opened this issue Jan 23, 2018 · 2 comments
Open

Dependency hell with version 0.1.4 #2

egeexyz opened this issue Jan 23, 2018 · 2 comments

Comments

@egeexyz
Copy link

egeexyz commented Jan 23, 2018

I'm migrating an EmberJS site to Middleman and thought this Gem would help. Attempted to install it against a brand new Middleman template and got this series of dependency errors:

Bundler could not find compatible versions for gem "ember-source":
  In Gemfile:
    emberman (~> 0.1.4) was resolved to 0.1.4, which depends on
      ember-data-source (= 1.0.0.beta.14.1) was resolved to 1.0.0.beta.14.1, which depends on
        ember-source (~> 1.8)

    emberman (~> 0.1.4) was resolved to 0.1.4, which depends on
      ember-source (= 1.10.0.beta.4)

Bundler could not find compatible versions for gem "middleman-core":
  In Gemfile:
    emberman (~> 0.1.4) was resolved to 0.1.4, which depends on
      middleman-core (~> 3.3.7)

    middleman (~> 4.2) was resolved to 4.2.0, which depends on
      middleman-core (= 4.2.0)

My platform is Linux, Fedora 26. The second set of errors for "middleman-core" look strange, but when I remove gem 'emberman', '~> 0.1.4' they go away completely.

@brandon-meeks
Copy link

Updated dependencies and created pull request
#3

@minusfive
Copy link
Owner

@brandon-meeks thanks! Sorry about that, I haven't used this in ages and kind of forgot about it. Will give it a once-over and try to bring it back to life ASAP (or retire it if not worth it.).

BTW, not sure if it applies for what you're trying to accomplish, but have you seen https://github.com/ef4/prember ?

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

3 participants