From 6f3d68110a53389cbdec0c8c730cf1f956e56648 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Mon, 2 Nov 2020 17:54:34 +0100 Subject: [PATCH] bump jasmine to 3.6.0 closes #8179 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 883c0996b..88545c5bc 100644 --- a/Gemfile +++ b/Gemfile @@ -304,7 +304,7 @@ group :development, :test do gem "cucumber-rails", "2.0.0", require: false # Jasmine (client side application tests (JS)) - gem "jasmine", "3.5.1" + gem "jasmine", "3.6.0" 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 9b1e35a3d..0d12d143f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -337,12 +337,12 @@ GEM railties (>= 3.0.0) ipaddress (0.8.3) jaro_winkler (1.5.4) - jasmine (3.5.1) - jasmine-core (~> 3.5.0) + jasmine (3.6.0) + jasmine-core (~> 3.6.0) phantomjs rack (>= 1.2.1) rake - jasmine-core (3.5.0) + jasmine-core (3.6.0) jasmine-jquery-rails (2.0.3) jquery-rails (4.3.5) rails-dom-testing (>= 1, < 3) @@ -825,7 +825,7 @@ DEPENDENCIES handlebars_assets (= 0.23.8) http_accept_language (= 2.1.1) i18n-inflector-rails (= 1.0.7) - jasmine (= 3.5.1) + jasmine (= 3.6.0) jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.3.5) js-routes (= 1.4.9)