From 9548a3645c531f5e84845380e5a3c9d758e8fc4c Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Sat, 6 Nov 2021 01:04:45 +0100 Subject: [PATCH] Bump jasmine --- Gemfile | 2 +- Gemfile.lock | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 973bc313fd..d8bec271ae 100644 --- a/Gemfile +++ b/Gemfile @@ -298,7 +298,7 @@ group :development, :test do # Jasmine (client side application tests (JS)) gem "chrome_remote", "0.3.0" - gem "jasmine", "3.7.0" + gem "jasmine", "3.10.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 b444cf7a2f..ba1b9c067d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -349,12 +349,13 @@ GEM mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) ipaddress (0.8.3) - jasmine (3.7.0) - jasmine-core (~> 3.7.0) + jasmine (3.10.0) + jasmine-core (~> 3.10.0) phantomjs - rack (>= 1.2.1) + rack (>= 2.1.4) rake - jasmine-core (3.7.1) + webrick + jasmine-core (3.10.1) jasmine-jquery-rails (2.0.3) jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) @@ -833,7 +834,7 @@ DEPENDENCIES handlebars_assets (= 0.23.9) http_accept_language (= 2.1.1) i18n-inflector-rails (= 1.0.7) - jasmine (= 3.7.0) + jasmine (= 3.10.0) jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.4.0) js-routes (= 1.4.14) -- GitLab