diff --git a/Gemfile b/Gemfile index ea3f89286..ed20612c0 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "acts-as-taggable-on", "~> 8.1" # 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.8" # A replacement for the URI implementation that is part of Ruby's standard library gem "ahoy_email", "~> 2.0.2" # Email analytics for Rails -gem "ahoy_matey", "~> 3.2" # Tracking analytics for Rails +gem "ahoy_matey", "~> 3.3" # Tracking analytics for Rails gem "ancestry", "~> 4.1" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure gem "blazer", "~> 2.4.3" # 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 f729917ca..99d03118f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,7 +79,7 @@ GEM addressable (>= 2.3.2) nokogiri safely_block (>= 0.1.1) - ahoy_matey (3.2.0) + ahoy_matey (3.3.0) activesupport (>= 5) device_detector geocoder (>= 1.4.5) @@ -310,7 +310,7 @@ GEM et-orbi (~> 1.1, >= 1.1.8) raabro (~> 1.4) gemoji (4.0.0.rc3) - geocoder (1.6.6) + geocoder (1.6.7) get_process_mem (0.2.7) ffi (~> 1.0) gibbon (3.4.0) @@ -853,7 +853,7 @@ DEPENDENCIES acts_as_follower! addressable (~> 2.8) ahoy_email (~> 2.0.2) - ahoy_matey (~> 3.2) + ahoy_matey (~> 3.3) amazing_print (~> 1.3) ancestry (~> 4.1) better_errors (~> 2.9) diff --git a/vendor/cache/ahoy_matey-3.2.0.gem b/vendor/cache/ahoy_matey-3.2.0.gem deleted file mode 100644 index 06e439a8f..000000000 Binary files a/vendor/cache/ahoy_matey-3.2.0.gem and /dev/null differ diff --git a/vendor/cache/ahoy_matey-3.3.0.gem b/vendor/cache/ahoy_matey-3.3.0.gem new file mode 100644 index 000000000..cf2de9fb3 Binary files /dev/null and b/vendor/cache/ahoy_matey-3.3.0.gem differ diff --git a/vendor/cache/geocoder-1.6.6.gem b/vendor/cache/geocoder-1.6.6.gem deleted file mode 100644 index b60e86e32..000000000 Binary files a/vendor/cache/geocoder-1.6.6.gem and /dev/null differ diff --git a/vendor/cache/geocoder-1.6.7.gem b/vendor/cache/geocoder-1.6.7.gem new file mode 100644 index 000000000..b073d6777 Binary files /dev/null and b/vendor/cache/geocoder-1.6.7.gem differ