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

Add xxhash as an optional gem #1940

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,12 @@ gem "active_hash"
# https://github.com/awesome-print/awesome_print
# gem "awesome_print"

# xxhash was previously used by the `core` gems in the generation of random colors for user & team icons.
# If you have an existing app and need to preserve the random colors that were previously being generated
# you can do so by including xxhash here. For new apps, or if you don't care about preserving the colors,
# then there's no reason to include it.
# gem "xxhash"

# YOUR GEMS
# You can add any Ruby gems you need below. By keeping them separate from our gems above, you'll avoid the likelihood
# that you run into a merge conflict in the future.
Expand Down
Loading