From 5edbd8f7401b12db5e9fcc371d74cd19d7bdb470 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 16 Sep 2017 04:40:53 +0200 Subject: [PATCH] Bump jasmine --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 52c4bdff0..ae320928b 100644 --- a/Gemfile +++ b/Gemfile @@ -306,7 +306,7 @@ group :development, :test do gem "cucumber-rails", "1.5.0", require: false # Jasmine (client side application tests (JS)) - gem "jasmine", "2.7.0" + gem "jasmine", "2.8.0" gem "jasmine-jquery-rails", "2.0.3" gem "rails-assets-jasmine-ajax", "3.3.1", source: "https://rails-assets.org" gem "sinon-rails", "1.15.0" diff --git a/Gemfile.lock b/Gemfile.lock index fee7519d9..b993958ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -313,12 +313,12 @@ GEM i18n-inflector (~> 2.6) railties (>= 3.0.0) ipaddress (0.8.3) - jasmine (2.7.0) - jasmine-core (>= 2.7.0, < 3.0.0) + jasmine (2.8.0) + jasmine-core (>= 2.8.0, < 3.0.0) phantomjs rack (>= 1.2.1) rake - jasmine-core (2.7.0) + jasmine-core (2.8.0) jasmine-jquery-rails (2.0.3) jquery-rails (4.3.1) rails-dom-testing (>= 1, < 3) @@ -805,7 +805,7 @@ DEPENDENCIES handlebars_assets (= 0.23.2) http_accept_language (= 2.1.1) i18n-inflector-rails (= 1.0.7) - jasmine (= 2.7.0) + jasmine (= 2.8.0) jasmine-jquery-rails (= 2.0.3) jquery-rails (= 4.3.1) js-routes (= 1.4.1)