diff --git a/Gemfile b/Gemfile index 0086ba48c..d010e59b7 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", "~> 9.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.2" # Email analytics for Rails +gem "ahoy_email", "~> 2.1.3" # Email analytics for Rails gem "ahoy_matey", "~> 4.0" # 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 diff --git a/Gemfile.lock b/Gemfile.lock index d106c3c1b..e1f732833 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,7 +80,7 @@ GEM activerecord (>= 6.0, < 7.1) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) - ahoy_email (2.1.2) + ahoy_email (2.1.3) actionmailer (>= 5) addressable (>= 2.3.2) nokogiri @@ -654,7 +654,7 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.4.2) + rails-html-sanitizer (1.4.3) loofah (~> 2.3) rails-i18n (7.0.3) i18n (>= 0.7, < 2) @@ -869,7 +869,7 @@ GEM stripe (> 5, < 6) strong_migrations (1.1.0) activerecord (>= 5.2) - strscan (3.0.1) + strscan (3.0.3) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) test-prof (1.0.9) @@ -878,7 +878,7 @@ GEM thread_safe (0.3.6) tilt (2.0.10) timecop (0.9.5) - timeout (0.2.0) + timeout (0.3.0) twitter (7.0.0) addressable (~> 2.3) buftok (~> 0.2.0) @@ -958,7 +958,7 @@ DEPENDENCIES acts-as-taggable-on (~> 9.0) acts_as_follower! addressable (~> 2.8) - ahoy_email (~> 2.1.2) + ahoy_email (~> 2.1.3) ahoy_matey (~> 4.0) amazing_print (~> 1.4) ancestry (~> 4.2) diff --git a/vendor/cache/ahoy_email-2.1.2.gem b/vendor/cache/ahoy_email-2.1.2.gem deleted file mode 100644 index f01eea0f7..000000000 Binary files a/vendor/cache/ahoy_email-2.1.2.gem and /dev/null differ diff --git a/vendor/cache/ahoy_email-2.1.3.gem b/vendor/cache/ahoy_email-2.1.3.gem new file mode 100644 index 000000000..f3bb13622 Binary files /dev/null and b/vendor/cache/ahoy_email-2.1.3.gem differ diff --git a/vendor/cache/rails-html-sanitizer-1.4.2.gem b/vendor/cache/rails-html-sanitizer-1.4.2.gem deleted file mode 100644 index aab9fa6cf..000000000 Binary files a/vendor/cache/rails-html-sanitizer-1.4.2.gem and /dev/null differ diff --git a/vendor/cache/rails-html-sanitizer-1.4.3.gem b/vendor/cache/rails-html-sanitizer-1.4.3.gem new file mode 100644 index 000000000..ae2042113 Binary files /dev/null and b/vendor/cache/rails-html-sanitizer-1.4.3.gem differ diff --git a/vendor/cache/strscan-3.0.1.gem b/vendor/cache/strscan-3.0.1.gem deleted file mode 100644 index 209a8bd65..000000000 Binary files a/vendor/cache/strscan-3.0.1.gem and /dev/null differ diff --git a/vendor/cache/strscan-3.0.3.gem b/vendor/cache/strscan-3.0.3.gem new file mode 100644 index 000000000..c08085ad6 Binary files /dev/null and b/vendor/cache/strscan-3.0.3.gem differ diff --git a/vendor/cache/timeout-0.2.0.gem b/vendor/cache/timeout-0.2.0.gem deleted file mode 100644 index 2fac798d7..000000000 Binary files a/vendor/cache/timeout-0.2.0.gem and /dev/null differ diff --git a/vendor/cache/timeout-0.3.0.gem b/vendor/cache/timeout-0.3.0.gem new file mode 100644 index 000000000..a3fb4b4ba Binary files /dev/null and b/vendor/cache/timeout-0.3.0.gem differ