From 593614aef1fa16e2986a2e7b70d212f82c057991 Mon Sep 17 00:00:00 2001
From: Benjamin Neff <benjamin@coding4coffee.ch>
Date: Sat, 6 Jul 2019 22:43:41 +0200
Subject: [PATCH] Bump fuubar

Version 2.4.0 was yanked ... why do people do such things? m(

https://github.com/thekompanee/fuubar/issues/111
---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index b5188789a3..0b64155aa5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -277,7 +277,7 @@ group :test do
   # RSpec (unit tests, some integration tests)
 
   gem "fixture_builder",   "0.5.2.rc3"
-  gem "fuubar",            "2.4.0"
+  gem "fuubar",            "2.4.1"
   gem "json-schema-rspec", "0.0.4"
   gem "rspec-json_expectations", "~> 2.1"
 
diff --git a/Gemfile.lock b/Gemfile.lock
index 67acf8a3fd..01b6acdcdb 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -258,7 +258,7 @@ GEM
     fugit (1.2.2)
       et-orbi (~> 1.1, >= 1.1.8)
       raabro (~> 1.1)
-    fuubar (2.4.0)
+    fuubar (2.4.1)
       rspec-core (~> 3.0)
       ruby-progressbar (~> 1.4)
     get_process_mem (0.2.3)
@@ -811,7 +811,7 @@ DEPENDENCIES
   faraday_middleware (= 0.13.1)
   fixture_builder (= 0.5.2.rc3)
   fog-aws (= 3.5.1)
-  fuubar (= 2.4.0)
+  fuubar (= 2.4.1)
   gon (= 6.2.1)
   guard (= 2.15.0)
   guard-rspec (= 4.7.3)
-- 
GitLab