Update ahoy_email to version 2.2.0 (#20292)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
This commit is contained in:
depfu[bot] 2023-11-13 17:15:38 +03:00 committed by GitHub
parent 6d6e042465
commit 4ace866301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 11 additions and 13 deletions

View file

@ -14,7 +14,7 @@ gem "active_record_union", "~> 1.3" # Adds proper union and union_all methods to
gem "acts-as-taggable-on", "~> 10.0" # A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts
gem "acts_as_follower", github: "forem/acts_as_follower", branch: "master" # Allow any model to follow any other model
gem "addressable", "~> 2.8" # A replacement for the URI implementation that is part of Ruby's standard library
gem "ahoy_email", "~> 2.1.3" # Email analytics for Rails
gem "ahoy_email", "~> 2.2.0" # Email analytics for Rails
gem "ahoy_matey", "~> 4.1" # Tracking analytics for Rails
gem "ancestry", "~> 4.2" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure
gem "blazer", "~> 2.6" # Allows admins to query data

View file

@ -80,11 +80,11 @@ GEM
activerecord (>= 6.1, < 7.2)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ahoy_email (2.1.3)
actionmailer (>= 5)
ahoy_email (2.2.0)
actionmailer (>= 6.1)
addressable (>= 2.3.2)
nokogiri
safely_block (>= 0.1.1)
safely_block (>= 0.4)
ahoy_matey (4.2.1)
activesupport (>= 5.2)
device_detector
@ -248,7 +248,6 @@ GEM
rainbow
rubocop
smart_properties
errbase (0.2.2)
erubi (1.12.0)
et-orbi (1.2.7)
tzinfo
@ -340,8 +339,8 @@ GEM
gibbon (3.5.0)
faraday (>= 1.0)
multi_json (>= 1.11.0)
globalid (1.1.0)
activesupport (>= 5.0)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.24.0)
google-protobuf (3.24.0-arm64-darwin)
google-protobuf (3.24.0-x86_64-darwin)
@ -510,7 +509,7 @@ GEM
mini_histogram (0.3.1)
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
mini_portile2 (2.8.5)
minitest (5.20.0)
modis (4.0.1)
activemodel (>= 5.2)
@ -530,14 +529,14 @@ GEM
connection_pool (~> 2.2)
net-http2 (0.18.4)
http-2 (~> 0.11)
net-imap (0.3.7)
net-imap (0.4.3)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-smtp (0.3.3)
net-smtp (0.4.0)
net-protocol
netrc (0.11.0)
nio4r (2.5.9)
@ -797,8 +796,7 @@ GEM
jquery-fileupload-rails (~> 0.4.1)
rails (>= 3.1)
sass-rails (>= 3.1)
safely_block (0.3.0)
errbase (>= 0.1.1)
safely_block (0.4.0)
sanitize (6.0.2)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
@ -977,7 +975,7 @@ DEPENDENCIES
acts-as-taggable-on (~> 10.0)
acts_as_follower!
addressable (~> 2.8)
ahoy_email (~> 2.1.3)
ahoy_email (~> 2.2.0)
ahoy_matey (~> 4.1)
amazing_print (~> 1.4)
ancestry (~> 4.2)

Binary file not shown.

BIN
vendor/cache/ahoy_email-2.2.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/globalid-1.2.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/mini_portile2-2.8.5.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/net-imap-0.4.3.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/net-smtp-0.4.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/safely_block-0.4.0.gem vendored Normal file

Binary file not shown.