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

HashDiff dependency causing trouble with webmock 3.6 #137

Closed
mikz opened this issue Jun 12, 2019 · 3 comments · Fixed by #148
Closed

HashDiff dependency causing trouble with webmock 3.6 #137

mikz opened this issue Jun 12, 2019 · 3 comments · Fixed by #148
Labels

Comments

@mikz
Copy link

mikz commented Jun 12, 2019

Bundler could not find compatible versions for gem "hashdiff":
  In Gemfile:
    k8s-client (>= 0.10) was resolved to 0.10.1, which depends on
      hashdiff (~> 0.3.7)

    webmock (~> 3.6) was resolved to 3.6.0, which depends on
      hashdiff (< 2.0.0, >= 0.4.0)

Hashdiff recently released a new version that changes the constant name due to some name clash with other gem (liufengyun/hashdiff#65)

@kke
Copy link
Contributor

kke commented Jun 28, 2019

Updating now would require hashdiff 1.0 beta, otherwise you get a warning every time hashdiff is loaded. Waiting for 1.0.

@kke kke added the chore label Jun 28, 2019
@mikz
Copy link
Author

mikz commented Jun 28, 2019

Why you can't use the correct constant like webmock does with 0.4.0 ?

@kke
Copy link
Contributor

kke commented Jul 2, 2019 via email

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

Successfully merging a pull request may close this issue.

2 participants