From cb2e88fc5a0d3c5b4e0701093a1c640f418d9b19 Mon Sep 17 00:00:00 2001 From: Evandro Junior Date: Fri, 19 Feb 2016 13:59:04 -0300 Subject: [PATCH] fix airbrake to Errbit version --- Gemfile | 2 +- Gemfile.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index d6e7217..5a2f11e 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ gem 'activerecord-session_store' gem 'activerecord-deprecated_finders', require: 'active_record/deprecated_finders' # gem for error reporting -gem 'airbrake' +gem 'airbrake', '~> 4' group :production do gem 'dalli', '~> 2.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index 005d924..1c35470 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -155,9 +155,9 @@ GEM acts-as-taggable-on (3.5.0) activerecord (>= 3.2, < 5) addressable (2.4.0) - airbrake (5.0.5) - airbrake-ruby (~> 1.0) - airbrake-ruby (1.0.4) + airbrake (4.3.6) + builder + multi_json ansi (1.5.0) api-pagination (4.1.1) arel (6.0.3) @@ -457,9 +457,8 @@ DEPENDENCIES acts_as_list (= 0.0.0)! acts_as_tree (= 0.0.0)! acts_as_versioned (> 0.0.0)! - airbrake + airbrake (~> 4) api-pagination (~> 4.1.1) - awesome_print capybara (~> 2.2) contacts (> 0.0.0)! cucumber -- libgit2 0.21.2