From b325d2ca4327106d94e8b79eed64ea8d254f55b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jonne=20Ha=C3=9F?= <me@jhass.eu>
Date: Fri, 20 Mar 2020 13:13:20 +0100
Subject: [PATCH] update jasmine to 3.5.1

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

diff --git a/Gemfile b/Gemfile
index f1520315b6..9d24febc40 100644
--- a/Gemfile
+++ b/Gemfile
@@ -310,7 +310,7 @@ group :development, :test do
   gem "cucumber-rails", "2.0.0", require: false
 
   # Jasmine (client side application tests (JS))
-  gem "jasmine",                   "3.4.0"
+  gem "jasmine",                   "3.5.1"
   gem "jasmine-jquery-rails",      "2.0.3"
   gem "rails-assets-jasmine-ajax", "4.0.0", source: "https://gems.diasporafoundation.org"
   gem "sinon-rails",               "1.15.0"
diff --git a/Gemfile.lock b/Gemfile.lock
index 0172b60f31..8e30a7c032 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -336,12 +336,12 @@ GEM
       railties (>= 3.0.0)
     ipaddress (0.8.3)
     jaro_winkler (1.5.3)
-    jasmine (3.4.0)
-      jasmine-core (~> 3.4.0)
+    jasmine (3.5.1)
+      jasmine-core (~> 3.5.0)
       phantomjs
       rack (>= 1.2.1)
       rake
-    jasmine-core (3.4.0)
+    jasmine-core (3.5.0)
     jasmine-jquery-rails (2.0.3)
     jquery-rails (4.3.5)
       rails-dom-testing (>= 1, < 3)
@@ -828,7 +828,7 @@ DEPENDENCIES
   handlebars_assets (= 0.23.4)
   http_accept_language (= 2.1.1)
   i18n-inflector-rails (= 1.0.7)
-  jasmine (= 3.4.0)
+  jasmine (= 3.5.1)
   jasmine-jquery-rails (= 2.0.3)
   jquery-rails (= 4.3.5)
   js-routes (= 1.4.7)
-- 
GitLab