Updates the gemojione ruby gem
Updating the gem brings with it the correct sorting of emoji for the award menu. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/15744
Showing
... | ... | @@ -293,7 +293,7 @@ gem 'autoprefixer-rails', '10.2.0.0' |
gem 'terser', '1.0.2' | ||
gem 'addressable', '~> 2.7' | ||
gem 'gemojione', '~> 3.3' | ||
gem 'gemojione', '~> 4.3.3' | ||
gem 'gon', '~> 6.2' | ||
gem 'request_store', '~> 1.5' | ||
gem 'base32', '~> 0.3.0' | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -101,7 +101,7 @@ |
"dropzone": "^4.2.0", | ||
"editorconfig": "^0.15.3", | ||
"emoji-regex": "^7.0.3", | ||
"emoji-unicode-version": "^0.2.1", | ||
"emoji-unicode-version": "^0.3.0", | ||
"exports-loader": "^0.7.0", | ||
"fast-mersenne-twister": "1.0.2", | ||
"file-loader": "^5.1.0", | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.