From ccbc65993dc94a969630d205085600d1d23eac92 Mon Sep 17 00:00:00 2001
From: Benjamin Neff <benjamin@coding4coffee.ch>
Date: Sun, 24 Mar 2019 01:55:39 +0100
Subject: [PATCH] Bump rspec-rails

---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index d0816a507a..74f41e040a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -301,7 +301,7 @@ end
 
 group :development, :test do
   # RSpec (unit tests, some integration tests)
-  gem "rspec-rails", "3.8.1"
+  gem "rspec-rails", "3.8.2"
 
   # Cucumber (integration tests)
   gem "cucumber-rails", "1.6.0", require: false
diff --git a/Gemfile.lock b/Gemfile.lock
index 48506d2d10..90be6c40ae 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -609,7 +609,7 @@ GEM
     rspec-mocks (3.8.0)
       diff-lcs (>= 1.2.0, < 2.0)
       rspec-support (~> 3.8.0)
-    rspec-rails (3.8.1)
+    rspec-rails (3.8.2)
       actionpack (>= 3.0)
       activesupport (>= 3.0)
       railties (>= 3.0)
@@ -877,7 +877,7 @@ DEPENDENCIES
   redis (= 3.3.5)
   responders (= 2.4.1)
   rspec-json_expectations (~> 2.1)
-  rspec-rails (= 3.8.1)
+  rspec-rails (= 3.8.2)
   rubocop (= 0.66.0)
   ruby-oembed (= 0.12.0)
   rubyzip (= 1.2.2)
-- 
GitLab