Update gemoji to version 4.1.0 (#20298)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
parent
593d95e7a8
commit
afb576afe8
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -42,7 +42,7 @@ gem "flipper-active_support_cache_store", "~> 0.25.0" # Cache feature flags for
|
|||
gem "flipper-ui", "~> 0.25.0" # UI for the Flipper gem
|
||||
gem "fog-aws", "~> 3.14" # 'fog' gem to support Amazon Web Services
|
||||
gem "front_matter_parser", "~> 1.0" # Parse a front matter from syntactically correct strings or files
|
||||
gem "gemoji", "~> 4.0.0.rc3" # Character information and metadata for standard and custom emoji
|
||||
gem "gemoji", "~> 4.1.0" # Character information and metadata for standard and custom emoji
|
||||
gem "gibbon", "~> 3.4" # API wrapper for MailChimp's API
|
||||
gem "hairtrigger", "~> 1.0.0" # HairTrigger lets you create and manage database triggers in a concise, db-agnostic, Rails-y way.
|
||||
gem "honeybadger", "~> 4.12" # Used for tracking application errors
|
||||
|
|
|
|||
|
|
@ -334,7 +334,7 @@ GEM
|
|||
fugit (1.8.1)
|
||||
et-orbi (~> 1, >= 1.2.7)
|
||||
raabro (~> 1.4)
|
||||
gemoji (4.0.1)
|
||||
gemoji (4.1.0)
|
||||
get_process_mem (0.2.7)
|
||||
ffi (~> 1.0)
|
||||
gibbon (3.5.0)
|
||||
|
|
@ -1022,7 +1022,7 @@ DEPENDENCIES
|
|||
flipper-ui (~> 0.25.0)
|
||||
fog-aws (~> 3.14)
|
||||
front_matter_parser (~> 1.0)
|
||||
gemoji (~> 4.0.0.rc3)
|
||||
gemoji (~> 4.1.0)
|
||||
gibbon (~> 3.4)
|
||||
guard (~> 2.18)
|
||||
guard-rspec (~> 4.7)
|
||||
|
|
|
|||
BIN
vendor/cache/gemoji-4.0.1.gem
vendored
BIN
vendor/cache/gemoji-4.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/gemoji-4.1.0.gem
vendored
Normal file
BIN
vendor/cache/gemoji-4.1.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue