File obs-server-2.9-0023-Revert-ci-Downgrade-Airbrake-ruby-to-solve-Errbit-bu.patch of Package obs-server

From 5891ba1a9436e4d24603a5dc5005631a4c9ebee4 Mon Sep 17 00:00:00 2001
From: Oleg Girko <ol@infoserver.lv>
Date: Wed, 23 May 2018 15:44:25 +0100
Subject: [PATCH] Revert "[ci] Downgrade Airbrake ruby to solve Errbit bug"

This reverts commit 4bc95c4716b7b23b4aa741728ec6f4f5a6f58833.

We don't care about Errbit when building packages for Fedora.
---
 src/api/Gemfile      | 4 +---
 src/api/Gemfile.lock | 5 ++---
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/src/api/Gemfile b/src/api/Gemfile
index 004578d40d..9a7faebf72 100644
--- a/src/api/Gemfile
+++ b/src/api/Gemfile
@@ -11,9 +11,7 @@ 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'
 # 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
diff --git a/src/api/Gemfile.lock b/src/api/Gemfile.lock
index 327d6ba54c..d7a689ed2b 100644
--- a/src/api/Gemfile.lock
+++ b/src/api/Gemfile.lock
@@ -48,7 +48,7 @@ GEM
       activerecord (>= 3.0.0)
     addressable (2.5.2)
       public_suffix (>= 2.0.2, < 4.0)
-    airbrake (7.1.0)
+    airbrake (7.1.1)
       airbrake-ruby (~> 2.5)
     airbrake-ruby (2.5.0)
     amq-protocol (2.3.0)
@@ -423,8 +423,7 @@ DEPENDENCIES
   acts_as_list
   acts_as_tree
   addressable
-  airbrake (<= 7.1.0)
-  airbrake-ruby (<= 2.5.0)
+  airbrake
   annotate
   bcrypt
   bullet
-- 
2.20.1