From 7b3abb1f11d48d32fb0e791384a167176f623e13 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@mrzyx.de>
Date: Sun, 1 Jun 2014 13:23:54 +0200
Subject: [PATCH] bump fuubar

---
 Gemfile      |  2 +-
 Gemfile.lock | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Gemfile b/Gemfile
index dec0c7500c..c87bc548d1 100644
--- a/Gemfile
+++ b/Gemfile
@@ -187,7 +187,7 @@ group :test do
   # RSpec (unit tests, some integration tests)
 
   gem 'fixture_builder',   '0.3.6'
-  gem 'fuubar',            '1.3.2'
+  gem 'fuubar',            '1.3.3'
   gem 'rspec-instafail',   '0.2.4', :require => false
   gem 'test_after_commit', '0.2.2'
 
diff --git a/Gemfile.lock b/Gemfile.lock
index b2081122ae..d95c6ba639 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -169,9 +169,9 @@ GEM
       thor (>= 0.13.6)
     formatador (0.2.5)
     fssm (0.2.10)
-    fuubar (1.3.2)
+    fuubar (1.3.3)
       rspec (>= 2.14.0, < 3.1.0)
-      ruby-progressbar (~> 1.3)
+      ruby-progressbar (~> 1.4)
     galetahub-simple_captcha (0.1.5)
     gherkin (2.12.2)
       multi_json (~> 1.3)
@@ -373,11 +373,11 @@ GEM
       rspec-core (~> 2.14.0)
       rspec-expectations (~> 2.14.0)
       rspec-mocks (~> 2.14.0)
-    rspec-core (2.14.7)
-    rspec-expectations (2.14.4)
+    rspec-core (2.14.8)
+    rspec-expectations (2.14.5)
       diff-lcs (>= 1.1.3, < 2.0)
     rspec-instafail (0.2.4)
-    rspec-mocks (2.14.4)
+    rspec-mocks (2.14.6)
     rspec-rails (2.14.1)
       actionpack (>= 3.0)
       activemodel (>= 3.0)
@@ -387,7 +387,7 @@ GEM
       rspec-expectations (~> 2.14.0)
       rspec-mocks (~> 2.14.0)
     ruby-oembed (0.8.9)
-    ruby-progressbar (1.4.0)
+    ruby-progressbar (1.5.1)
     rubyzip (1.1.0)
     safe_yaml (0.9.7)
     sass (3.2.19)
@@ -491,7 +491,7 @@ DEPENDENCIES
   fog (= 1.22.1)
   foreigner (= 1.6.1)
   foreman (= 0.62)
-  fuubar (= 1.3.2)
+  fuubar (= 1.3.3)
   galetahub-simple_captcha (= 0.1.5)
   gon (= 4.1.1)
   guard-cucumber (= 1.4.1)
-- 
GitLab