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

Unable to resolve dependencies on install #8

Closed
srking opened this issue Dec 19, 2016 · 3 comments
Closed

Unable to resolve dependencies on install #8

srking opened this issue Dec 19, 2016 · 3 comments

Comments

@srking
Copy link

srking commented Dec 19, 2016

Attempting to install trainer fails, as the required dependencies cannot be found.

Gemfile:

source "https://rubygems.org"
gem 'trainer'

Running bundle install fails with the following error:

Bundler could not find compatible versions for gem "credentials_manager":
  In Gemfile:
    trainer was resolved to 0.1.1, which depends on
      fastlane_core (< 1.0.0, >= 0.48.1) was resolved to 0.48.1, which depends on
        credentials_manager (< 1.0.0, >= 0.16.0)

Could not find gem 'credentials_manager (< 1.0.0, >= 0.16.0)', which is required by gem 'fastlane_core (< 1.0.0, >= 0.48.1)', in any of the sources.

Similar errors occurred when I specified a version number in the Gemfile.

@KrauseFx
Copy link
Member

Looking into this right now, sorry for the delay

@KrauseFx
Copy link
Member

Just pushed the new release, please let me know if that works for you 👍

@srking
Copy link
Author

srking commented Jan 4, 2017

This has fixed the issue for me. Many thanks!

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