Skip to content
This repository has been archived by the owner on Apr 10, 2018. It is now read-only.

Dependecies #24

Open
oesgalha opened this issue Oct 21, 2016 · 1 comment
Open

Dependecies #24

oesgalha opened this issue Oct 21, 2016 · 1 comment
Assignees

Comments

@oesgalha
Copy link
Owner

😤

Bundler could not find compatible versions for gem "json":
  In snapshot (Gemfile.lock):
    json (= 2.0.2)

  In Gemfile:
    fog-azure-rm (~> 0.0.9) was resolved to 0.0.9, which depends on
      azure-storage (~> 0.11.1.preview) was resolved to 0.11.1.preview, which depends on
        json (~> 1.8)

    fog-azure-rm (~> 0.0.9) was resolved to 0.0.9, which depends on
      azure_mgmt_compute (~> 0.6.0) was resolved to 0.6.0, which depends on
        ms_rest_azure (~> 0.5.0) was resolved to 0.5.0, which depends on
          json (~> 1.7)

    fog-azure-rm (~> 0.0.9) was resolved to 0.0.9, which depends on
      azure_mgmt_compute (~> 0.6.0) was resolved to 0.6.0, which depends on
        ms_rest_azure (~> 0.5.0) was resolved to 0.5.0, which depends on
          json (~> 1.7)

    refile-fog (~> 0.2.0) was resolved to 0.2.0, which depends on
      fog was resolved to 1.38.0, which depends on
        fog-vsphere (>= 0.4.0) was resolved to 1.4.0, which depends on
          rbvmomi (~> 1.9) was resolved to 1.9.4, which depends on
            json (>= 1.8)
@oesgalha
Copy link
Owner Author

oesgalha commented Oct 21, 2016

For now, this will do:

gem 'fog-azure-rm', '~> 0.0.9'
git 'https://github.com/oesgalha/azure-sdk-for-ruby.git', branch: 'update-json' do
  gem 'ms_rest_azure'
end

https://github.com/oesgalha/azure-sdk-for-ruby

Gotta look those dependecies later... This is looking ugly.

@oesgalha oesgalha self-assigned this Jan 12, 2017
@oesgalha oesgalha added this to the 0.2 milestone Jan 12, 2017
@oesgalha oesgalha removed this from the 0.2 milestone Jan 23, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant