Bump ahoy_email from 2.1.2 to 2.1.3 (#17903)
Bumps [ahoy_email](https://github.com/ankane/ahoy_email) from 2.1.2 to 2.1.3. - [Release notes](https://github.com/ankane/ahoy_email/releases) - [Changelog](https://github.com/ankane/ahoy_email/blob/master/CHANGELOG.md) - [Commits](https://github.com/ankane/ahoy_email/compare/v2.1.2...v2.1.3) --- updated-dependencies: - dependency-name: ahoy_email dependency-type: direct:production update-type: version-update:semver-patch ... 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
234fd8b08d
commit
24e56d071d
10 changed files with 6 additions and 6 deletions
2
Gemfile
2
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
|
||||
|
|
|
|||
10
Gemfile.lock
10
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)
|
||||
|
|
|
|||
BIN
vendor/cache/ahoy_email-2.1.2.gem
vendored
BIN
vendor/cache/ahoy_email-2.1.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/ahoy_email-2.1.3.gem
vendored
Normal file
BIN
vendor/cache/ahoy_email-2.1.3.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/rails-html-sanitizer-1.4.2.gem
vendored
BIN
vendor/cache/rails-html-sanitizer-1.4.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/rails-html-sanitizer-1.4.3.gem
vendored
Normal file
BIN
vendor/cache/rails-html-sanitizer-1.4.3.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/strscan-3.0.1.gem
vendored
BIN
vendor/cache/strscan-3.0.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/strscan-3.0.3.gem
vendored
Normal file
BIN
vendor/cache/strscan-3.0.3.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/timeout-0.2.0.gem
vendored
BIN
vendor/cache/timeout-0.2.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/timeout-0.3.0.gem
vendored
Normal file
BIN
vendor/cache/timeout-0.3.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue