Bump ahoy_email from 1.0.3 to 1.1.0 (#3521) [ci skip]
Bumps [ahoy_email](https://github.com/ankane/ahoy_email) from 1.0.3 to 1.1.0. - [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/v1.0.3...v1.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
a903c82dd8
commit
f0bc024a37
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -20,7 +20,7 @@ gem "acts-as-taggable-on", "~> 6.0" # A tagging plugin for Rails applications th
|
|||
gem "acts_as_follower", github: "thepracticaldev/acts_as_follower", branch: "master" # Allow any model to follow any other model
|
||||
gem "addressable", "~> 2.6" # A replacement for the URI implementation that is part of Ruby's standard library
|
||||
gem "administrate", "~> 0.11" # A Rails engine that helps you put together a super-flexible admin dashboard
|
||||
gem "ahoy_email", "~> 1.0" # Email analytics for Rails
|
||||
gem "ahoy_email", "~> 1.1" # Email analytics for Rails
|
||||
gem "airbrake", "~> 9.3" # Airbrake is an online tool that provides robust exception tracking in any of your Ruby applications
|
||||
gem "algoliasearch-rails", "~> 1.23" # Algolia Search is a hosted search engine capable of delivering real-time results from the first keystroke
|
||||
gem "algorithmia", "~> 1.1" # Ruby Client for Algorithmia Algorithms and Data API
|
||||
|
|
|
|||
|
|
@ -87,8 +87,8 @@ GEM
|
|||
after_commit_action (1.1.0)
|
||||
activerecord (>= 3.0.0)
|
||||
activesupport (>= 3.0.0)
|
||||
ahoy_email (1.0.3)
|
||||
actionmailer (>= 4.2)
|
||||
ahoy_email (1.1.0)
|
||||
actionmailer (>= 5)
|
||||
addressable (>= 2.3.2)
|
||||
nokogiri
|
||||
safely_block (>= 0.1.1)
|
||||
|
|
@ -839,7 +839,7 @@ DEPENDENCIES
|
|||
acts_as_follower!
|
||||
addressable (~> 2.6)
|
||||
administrate (~> 0.11)
|
||||
ahoy_email (~> 1.0)
|
||||
ahoy_email (~> 1.1)
|
||||
airbrake (~> 9.3)
|
||||
algoliasearch-rails (~> 1.23)
|
||||
algorithmia (~> 1.1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue