diff --git a/Gemfile b/Gemfile index baf32787b..8f9a26e7c 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "acts_as_follower", github: "thepracticaldev/acts_as_follower", branch: "mas gem "addressable", "~> 2.5", ">= 2.5.2" gem "administrate", "~> 0.9" gem "ahoy_email", "~> 0.5" -gem "airbrake", "~> 5.8" +gem "airbrake", "~> 7.4" gem "algoliasearch-rails", "~> 1.20" gem "algorithmia", "~> 1.0" gem "ancestry", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 04b79cf15..b0ba2dc0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -111,9 +111,9 @@ GEM nokogiri railties safely_block (>= 0.1.1) - airbrake (5.8.1) - airbrake-ruby (~> 1.8) - airbrake-ruby (1.8.0) + airbrake (7.4.0) + airbrake-ruby (~> 2.12) + airbrake-ruby (2.12.0) algoliasearch (1.19.1) httpclient (~> 2.8.3) json (>= 1.5.1) @@ -919,7 +919,7 @@ DEPENDENCIES addressable (~> 2.5, >= 2.5.2) administrate (~> 0.9) ahoy_email (~> 0.5) - airbrake (~> 5.8) + airbrake (~> 7.4) algoliasearch-rails (~> 1.20) algorithmia (~> 1.0) ancestry (~> 3.0)