From 27a3970f129b36c363da69ce61a32ae757beda91 Mon Sep 17 00:00:00 2001 From: rhymes Date: Tue, 23 Apr 2019 19:22:07 +0200 Subject: [PATCH] Upgrade emoji_regex to 2.0 (#2531) [ci skip] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 39a23781d..24f4a25b2 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem "devise", "~> 4.6" # Flexible authentication solution for Rails gem "draper", "~> 3.0" # Draper adds an object-oriented layer of presentation logic to your Rails apps gem "dry-struct", "~> 0.6" # Typed structs and value objects gem "email_validator", "~> 2.0" # Email validator for Rails and ActiveModel -gem "emoji_regex", "~> 1.0" # A pair of Ruby regular expressions for matching Unicode Emoji symbols +gem "emoji_regex", "~> 2.0" # A pair of Ruby regular expressions for matching Unicode Emoji symbols gem "envied", "~> 0.9" # Ensure presence and type of your app's ENV-variables gem "fastly", "~> 1.15" # Client library for the Fastly acceleration system gem "fastly-rails", "~> 0.8" # Fastly dynamic caching integration for Rails diff --git a/Gemfile.lock b/Gemfile.lock index 8d8ad338d..8796e8c5d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -287,7 +287,7 @@ GEM http_parser.rb (~> 0.6.0) email_validator (2.0.1) activemodel - emoji_regex (1.0.1) + emoji_regex (2.0.0) envied (0.9.1) coercible (~> 1.0) thor (~> 0.15) @@ -994,7 +994,7 @@ DEPENDENCIES draper (~> 3.0) dry-struct (~> 0.6) email_validator (~> 2.0) - emoji_regex (~> 1.0) + emoji_regex (~> 2.0) envied (~> 0.9) erb_lint (~> 0.0) factory_bot_rails (~> 5.0)