Commit cb2e88fc5a0d3c5b4e0701093a1c640f418d9b19

Authored by Evandro Junior
1 parent f82cb9ba
Exists in staging and in 1 other branch production

fix airbrake to Errbit version

Showing 2 changed files with 5 additions and 6 deletions   Show diff stats
Gemfile
... ... @@ -59,7 +59,7 @@ gem 'activerecord-session_store'
59 59 gem 'activerecord-deprecated_finders', require: 'active_record/deprecated_finders'
60 60  
61 61 # gem for error reporting
62   -gem 'airbrake'
  62 +gem 'airbrake', '~> 4'
63 63  
64 64 group :production do
65 65 gem 'dalli', '~> 2.7.0'
... ...
Gemfile.lock
... ... @@ -155,9 +155,9 @@ GEM
155 155 acts-as-taggable-on (3.5.0)
156 156 activerecord (>= 3.2, < 5)
157 157 addressable (2.4.0)
158   - airbrake (5.0.5)
159   - airbrake-ruby (~> 1.0)
160   - airbrake-ruby (1.0.4)
  158 + airbrake (4.3.6)
  159 + builder
  160 + multi_json
161 161 ansi (1.5.0)
162 162 api-pagination (4.1.1)
163 163 arel (6.0.3)
... ... @@ -457,9 +457,8 @@ DEPENDENCIES
457 457 acts_as_list (= 0.0.0)!
458 458 acts_as_tree (= 0.0.0)!
459 459 acts_as_versioned (> 0.0.0)!
460   - airbrake
  460 + airbrake (~> 4)
461 461 api-pagination (~> 4.1.1)
462   - awesome_print
463 462 capybara (~> 2.2)
464 463 contacts (> 0.0.0)!
465 464 cucumber
... ...