diff --git a/Gemfile b/Gemfile index a1770d84b..dbb029340 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "acts_as_follower", github: "thepracticaldev/acts_as_follower", branch: "mas 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.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 "airbrake", "~> 9.4" # 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 gem "ancestry", "~> 3.0" # Ancestry allows the records of a ActiveRecord model to be organized in a tree structure diff --git a/Gemfile.lock b/Gemfile.lock index 540e6d6de..ee557a56a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,9 +92,9 @@ GEM addressable (>= 2.3.2) nokogiri safely_block (>= 0.1.1) - airbrake (9.3.0) - airbrake-ruby (~> 4.5) - airbrake-ruby (4.5.0) + airbrake (9.4.1) + airbrake-ruby (~> 4.6) + airbrake-ruby (4.6.0) rbtree3 (~> 0.5) algoliasearch (1.26.0) httpclient (~> 2.8, >= 2.8.3) @@ -840,7 +840,7 @@ DEPENDENCIES addressable (~> 2.6) administrate (~> 0.11) ahoy_email (~> 1.1) - airbrake (~> 9.3) + airbrake (~> 9.4) algoliasearch-rails (~> 1.23) algorithmia (~> 1.1) ancestry (~> 3.0)