Bump email_validator from 2.0.1 to 2.2.2 (#11885)
Bumps [email_validator](https://github.com/K-and-R/email_validator) from 2.0.1 to 2.2.2. - [Release notes](https://github.com/K-and-R/email_validator/releases) - [Changelog](https://github.com/K-and-R/email_validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/K-and-R/email_validator/compare/v2.0.1...v2.2.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8cda3d3c5a
commit
77176ed370
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -31,7 +31,7 @@ gem "devise_invitable", "~> 2.0.3" # Allows invitations to be sent for joining
|
|||
gem "dogstatsd-ruby", "~> 4.8" # A client for DogStatsD, an extension of the StatsD metric server for Datadog
|
||||
gem "doorkeeper", "~> 5.4" # Oauth 2 provider
|
||||
gem "elasticsearch", "~> 7.10" # Powers DEVs core search functionality
|
||||
gem "email_validator", "~> 2.0" # Email validator for Rails and ActiveModel
|
||||
gem "email_validator", "~> 2.2" # Email validator for Rails and ActiveModel
|
||||
gem "emoji_regex", "~> 3.2" # A pair of Ruby regular expressions for matching Unicode Emoji symbols
|
||||
gem "fastly", "~> 2.5" # Client library for the Fastly acceleration system
|
||||
gem "feedjira", "~> 3.1" # A feed fetching and parsing library
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ GEM
|
|||
em-websocket (0.5.1)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
email_validator (2.0.1)
|
||||
email_validator (2.2.2)
|
||||
activemodel
|
||||
emoji_regex (3.2.1)
|
||||
environs (1.1.0)
|
||||
|
|
@ -848,7 +848,7 @@ DEPENDENCIES
|
|||
doorkeeper (~> 5.4)
|
||||
dotenv-rails (~> 2.7.6)
|
||||
elasticsearch (~> 7.10)
|
||||
email_validator (~> 2.0)
|
||||
email_validator (~> 2.2)
|
||||
emoji_regex (~> 3.2)
|
||||
erb_lint (~> 0.0.34)
|
||||
exifr (>= 1.3.6)
|
||||
|
|
|
|||
BIN
vendor/cache/email_validator-2.0.1.gem
vendored
BIN
vendor/cache/email_validator-2.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/email_validator-2.2.2.gem
vendored
Normal file
BIN
vendor/cache/email_validator-2.2.2.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue