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

Remove hard dependency of json=2.6.2 #49

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

eranb
Copy link
Contributor

@eranb eranb commented Sep 3, 2023

Current version of keycloak depended on json=2.6.2 that can cause issues especially on ruby ~>3.2 which have json=2.6.3 as it's default json gem. If the user activate any gem that require "json", on ruby 3.2.2 -> json version 2.6.3 will be activated. And if this happens before keycloak was loaded you will get activation exception after loading keycloak: Unable to activate keycloak-3.2.2, because json-2.6.3 conflicts with json (= 2.6.2) (Gem::ConflictError)

Current version of `keycloak` depended on `json=2.6.2` that can cause issues especially on ruby ~>3.2 which have json=2.6.3 as it's default json gem.
If the user activate any gem that require "json", on ruby `3.2.2` -> json version `2.6.3` will be activated.
And if this happens before `keycloak` was loaded you will get activation exception after loading `keycloak`:
`Unable to activate keycloak-3.2.2, because json-2.6.3 conflicts with json (= 2.6.2) (Gem::ConflictError)`
@lvitals lvitals merged commit 170e77b into imagov:master Jun 18, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants