diff --git a/Gemfile b/Gemfile index 1fee74d0c..40fedb04c 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "acts-as-taggable-on", "~> 7.0" # A tagging plugin for Rails applications th 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_matey", "~> 3.1" # Tracking 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 gem "bootsnap", ">= 1.1.0", require: false # Boot large ruby/rails apps faster diff --git a/Gemfile.lock b/Gemfile.lock index 3d558cbeb..c3a4d75d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM addressable (>= 2.3.2) nokogiri safely_block (>= 0.1.1) - ahoy_matey (3.1.0) + ahoy_matey (3.2.0) activesupport (>= 5) device_detector geocoder (>= 1.4.5) @@ -338,7 +338,7 @@ GEM et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) gemoji (4.0.0.rc2) - geocoder (1.6.4) + geocoder (1.6.5) get_process_mem (0.2.7) ffi (~> 1.0) gibbon (3.3.4) @@ -858,7 +858,7 @@ DEPENDENCIES acts_as_follower! addressable (~> 2.7) ahoy_email (~> 1.1) - ahoy_matey (~> 3.1) + ahoy_matey (~> 3.2) amazing_print (~> 1.2) ancestry (~> 3.2) approvals (~> 0.0) diff --git a/vendor/cache/ahoy_matey-3.1.0.gem b/vendor/cache/ahoy_matey-3.1.0.gem deleted file mode 100644 index 97be005a7..000000000 Binary files a/vendor/cache/ahoy_matey-3.1.0.gem and /dev/null differ diff --git a/vendor/cache/ahoy_matey-3.2.0.gem b/vendor/cache/ahoy_matey-3.2.0.gem new file mode 100644 index 000000000..06e439a8f Binary files /dev/null and b/vendor/cache/ahoy_matey-3.2.0.gem differ diff --git a/vendor/cache/geocoder-1.6.4.gem b/vendor/cache/geocoder-1.6.4.gem deleted file mode 100644 index fe59a13f1..000000000 Binary files a/vendor/cache/geocoder-1.6.4.gem and /dev/null differ diff --git a/vendor/cache/geocoder-1.6.5.gem b/vendor/cache/geocoder-1.6.5.gem new file mode 100644 index 000000000..d3ed4961f Binary files /dev/null and b/vendor/cache/geocoder-1.6.5.gem differ