diff --git a/Gemfile b/Gemfile index 702cd884c..55a6ebbd4 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 9f3e41379..eb9272a0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)