Skip to content

Commit

Permalink
[ci] Update airbrake-ruby gem
Browse files Browse the repository at this point in the history
Now that errbit have been released we should be able to update
airbrake-ruby to last version:

errbit/errbit#1247
  • Loading branch information
Ana06 committed Jun 13, 2018
1 parent d9a00f8 commit e043e95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ gem 'nokogiri'
# for delayed tasks
gem 'delayed_job_active_record', '>= 4.0.0'
# to fill errbit
gem 'airbrake', '<= 7.1.0'
# Due to a bug in Errbit we need to use 2.5.0 -> https://github.com/errbit/errbit/pull/1237
gem 'airbrake-ruby', '<= 2.5.0'
gem 'airbrake'
gem 'airbrake-ruby'
# as JSON library - the default json conflicts with activerecord (by means of vice-versa monkey patching)
gem 'yajl-ruby', require: 'yajl/json_gem'
# to search the database
Expand Down
6 changes: 3 additions & 3 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
airbrake (7.1.0)
airbrake-ruby (~> 2.5)
airbrake-ruby (2.5.0)
airbrake-ruby (2.10.0)
amq-protocol (2.3.0)
ansi (1.5.0)
arel (9.0.0)
Expand Down Expand Up @@ -420,8 +420,8 @@ DEPENDENCIES
acts_as_list
acts_as_tree
addressable
airbrake (<= 7.1.0)
airbrake-ruby (<= 2.5.0)
airbrake
airbrake-ruby
bcrypt
bullet
bunny
Expand Down

0 comments on commit e043e95

Please sign in to comment.