Commit cb2e88fc5a0d3c5b4e0701093a1c640f418d9b19
1 parent
f82cb9ba
Exists in
staging
and in
1 other branch
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,7 +59,7 @@ gem 'activerecord-session_store' | ||
59 | gem 'activerecord-deprecated_finders', require: 'active_record/deprecated_finders' | 59 | gem 'activerecord-deprecated_finders', require: 'active_record/deprecated_finders' |
60 | 60 | ||
61 | # gem for error reporting | 61 | # gem for error reporting |
62 | -gem 'airbrake' | 62 | +gem 'airbrake', '~> 4' |
63 | 63 | ||
64 | group :production do | 64 | group :production do |
65 | gem 'dalli', '~> 2.7.0' | 65 | gem 'dalli', '~> 2.7.0' |
Gemfile.lock
@@ -155,9 +155,9 @@ GEM | @@ -155,9 +155,9 @@ GEM | ||
155 | acts-as-taggable-on (3.5.0) | 155 | acts-as-taggable-on (3.5.0) |
156 | activerecord (>= 3.2, < 5) | 156 | activerecord (>= 3.2, < 5) |
157 | addressable (2.4.0) | 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 | ansi (1.5.0) | 161 | ansi (1.5.0) |
162 | api-pagination (4.1.1) | 162 | api-pagination (4.1.1) |
163 | arel (6.0.3) | 163 | arel (6.0.3) |
@@ -457,9 +457,8 @@ DEPENDENCIES | @@ -457,9 +457,8 @@ DEPENDENCIES | ||
457 | acts_as_list (= 0.0.0)! | 457 | acts_as_list (= 0.0.0)! |
458 | acts_as_tree (= 0.0.0)! | 458 | acts_as_tree (= 0.0.0)! |
459 | acts_as_versioned (> 0.0.0)! | 459 | acts_as_versioned (> 0.0.0)! |
460 | - airbrake | 460 | + airbrake (~> 4) |
461 | api-pagination (~> 4.1.1) | 461 | api-pagination (~> 4.1.1) |
462 | - awesome_print | ||
463 | capybara (~> 2.2) | 462 | capybara (~> 2.2) |
464 | contacts (> 0.0.0)! | 463 | contacts (> 0.0.0)! |
465 | cucumber | 464 | cucumber |