diff --git a/Gemfile b/Gemfile index f94985827cccd..c23238b7865d3 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "active_record_union", "~> 1.3" # Adds proper union and union_all methods to gem "acts-as-taggable-on", "~> 7.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.7" # A replacement for the URI implementation that is part of Ruby's standard library -gem "ahoy_email", "~> 1.1" # Email analytics for Rails +gem "ahoy_email", "~> 2.0" # Email analytics for Rails gem "ahoy_matey", "~> 3.2" # Tracking analytics for Rails gem "ancestry", "~> 3.2" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure gem "blazer", "~> 2.4.2" # Allows admins to query data diff --git a/Gemfile.lock b/Gemfile.lock index d05d58e8a132e..62d9187373472 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM activerecord (>= 5.0, < 6.2) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - ahoy_email (1.1.0) + ahoy_email (2.0.2) actionmailer (>= 5) addressable (>= 2.3.2) nokogiri @@ -879,7 +879,7 @@ DEPENDENCIES acts-as-taggable-on (~> 7.0) acts_as_follower! addressable (~> 2.7) - ahoy_email (~> 1.1) + ahoy_email (~> 2.0) ahoy_matey (~> 3.2) amazing_print (~> 1.3) ancestry (~> 3.2) diff --git a/vendor/cache/ahoy_email-1.1.0.gem b/vendor/cache/ahoy_email-1.1.0.gem deleted file mode 100644 index d0a499592e339..0000000000000 Binary files a/vendor/cache/ahoy_email-1.1.0.gem and /dev/null differ diff --git a/vendor/cache/ahoy_email-2.0.2.gem b/vendor/cache/ahoy_email-2.0.2.gem new file mode 100644 index 0000000000000..a831113b9226c Binary files /dev/null and b/vendor/cache/ahoy_email-2.0.2.gem differ