Bump ahoy_matey from 3.3.0 to 4.0.0 (#14513)
Bumps [ahoy_matey](https://github.com/ankane/ahoy) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/ankane/ahoy/releases) - [Changelog](https://github.com/ankane/ahoy/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/ahoy/compare/v3.3.0...v4.0.0) --- updated-dependencies: - dependency-name: ahoy_matey dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
15a8ffdbbc
commit
add02c3d78
5 changed files with 4 additions and 6 deletions
2
Gemfile
2
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.3" # Tracking analytics for Rails
|
||||
gem "ahoy_matey", "~> 4.0" # 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
|
||||
|
|
|
|||
|
|
@ -79,10 +79,9 @@ GEM
|
|||
addressable (>= 2.3.2)
|
||||
nokogiri
|
||||
safely_block (>= 0.1.1)
|
||||
ahoy_matey (3.3.0)
|
||||
activesupport (>= 5)
|
||||
ahoy_matey (4.0.0)
|
||||
activesupport (>= 5.2)
|
||||
device_detector
|
||||
geocoder (>= 1.4.5)
|
||||
safely_block (>= 0.2.1)
|
||||
amazing_print (1.3.0)
|
||||
ancestry (4.1.0)
|
||||
|
|
@ -310,7 +309,6 @@ GEM
|
|||
et-orbi (~> 1.1, >= 1.1.8)
|
||||
raabro (~> 1.4)
|
||||
gemoji (4.0.0.rc3)
|
||||
geocoder (1.6.7)
|
||||
get_process_mem (0.2.7)
|
||||
ffi (~> 1.0)
|
||||
gibbon (3.4.0)
|
||||
|
|
@ -853,7 +851,7 @@ DEPENDENCIES
|
|||
acts_as_follower!
|
||||
addressable (~> 2.8)
|
||||
ahoy_email (~> 2.0.2)
|
||||
ahoy_matey (~> 3.3)
|
||||
ahoy_matey (~> 4.0)
|
||||
amazing_print (~> 1.3)
|
||||
ancestry (~> 4.1)
|
||||
better_errors (~> 2.9)
|
||||
|
|
|
|||
BIN
vendor/cache/ahoy_matey-3.3.0.gem
vendored
BIN
vendor/cache/ahoy_matey-3.3.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/ahoy_matey-4.0.0.gem
vendored
Normal file
BIN
vendor/cache/ahoy_matey-4.0.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/geocoder-1.6.7.gem
vendored
BIN
vendor/cache/geocoder-1.6.7.gem
vendored
Binary file not shown.
Loading…
Add table
Reference in a new issue